gltf
What is a .gltf file?
model/gltf+json
glTF (.gltf, GL Transmission Format) is the 'JPEG of 3D' — a JSON scene description referencing geometry, PBR materials, textures, and animation, with binary buffers stored alongside or as a .bin. It is the standard for web and real-time 3D.
How to use a .gltf file
Use an example .gltf file to test glTF loaders (three.js, model-viewer), PBR material handling, and glTF-to-GLB packing.
Download example .gltf files
- glTF — JSON Cube (embedded)A 10 mm cube as text glTF 2.0 — the JSON scene with its binary buffer embedded as a data URI, the human-readable sibling of the GLB. For testing glTF parsers and GLB↔glTF conversion.
- glTF — Textured Mini QuadMinimal textured glTF SAMPLE (external PNG + BIN) for glTF loaders and material tests.