Test files › 3D models › cube.gltf
Sample glTF file
A glTF 2.0 document with geometry embedded as a base64 data-URI buffer.
↓ Download cube.gltf| Filename | cube.gltf |
| Format | glTF |
| Size | 1.3 KB (1,340 bytes) |
| MIME type | model/gltf+json |
| SHA-256 | 1fb87da2ab7c9ec87a16503d2adfe46f6ec34ad7bb6c5899d00f50f2593f689b |
What this file catchesThe modern web/AR 3D standard. JSON referencing binary accessors; catches viewers that only accept .glb (binary glTF) or external .bin buffers and choke on an embedded data URI.
Download & verify
curl -fsSL -o "cube.gltf" "https://files.hexaqa.com/3d/cube.gltf"
curl -fsSL "https://files.hexaqa.com/3d/cube.gltf" | sha256sum
# expect: 1fb87da2ab7c9ec87a16503d2adfe46f6ec34ad7bb6c5899d00f50f2593f689b