glTF Viewer
Open and inspect .gltf files in your browser. Free, no upload, no sign-up.
Open and inspect .gltf files in your browser. Rotate, zoom, switch to wireframe and read exact dimensions. Nothing is uploaded.
How to view a glTF file online
- 1Drop the file
Drag your .gltf file into the box or click to pick it.
- 2Inspect
Orbit with the left mouse button, pan with the right, zoom with the wheel. Toggle wireframe to see the triangles.
- 3Read the numbers
Dimensions, volume and mesh health are shown under the viewport.
About the glTF format
glTF is the JSON form of the same Khronos standard as GLB. The .gltf file describes the scene as readable JSON; binary buffers and textures may be embedded as base64 or kept as separate files. It is convenient when you want to inspect or edit the scene description by hand.
Commonly used by: web developers, Babylon.js / three.js, Blender, Unity and Unreal importers
Only self-contained .gltf files (embedded buffers) can be imported here, because external .bin and texture files cannot be resolved in the browser.
