Format guide
glTF
GL Transmission Format
glTF ("the JPEG of 3D") is the runtime asset format for 3D scenes, designed by Khronos for fast loading in web/AR/VR applications. Two flavors: .gltf (JSON + external textures) and .glb (binary, single-file, what we produce here). Native viewer support in macOS/iOS Quick Look, Windows 3D Viewer, every modern browser via three.js or babylon.js.
How to open a glTF file
macOS / iOS Quick Look, Windows 3D Viewer, every WebGL/WebGPU 3D viewer (Three.js, Babylon.js), Blender (with importer), every game engine.
Primary use
3D model delivery to web/AR/VR/game engines.
Convert other formats to glTF
Looking for something else? Browse the full list of 192 converters.