glTF Converter
JSON based scene description, the JPEG of 3D. Convert glTF files into other formats, or write glTF files from any supported input, all inside your browser.
- Private by designFiles stay on your device.
- No queueConversion starts instantly.
- No sign upNo account, no limits per day.
What is glTF?
glTF 2.0 stores the scene graph, PBR materials, skins and animations as JSON with binary buffers alongside. Being text, it is easy to diff and post process, and it is the interchange format modern engines standardise on.
Typical uses
- Web delivery
- Pipeline intermediate format
- Material authoring review
Supported by
- three.js
- Babylon.js
- Blender
- Unity
- Godot
Format details
- Extensions
- .gltf
- Full name
- GL Transmission Format 2.0
- Category
- Scene graph
- Encoding
- Plain text
- MIME type
- model/gltf+json
- Direction
- read and write
Questions
What is a .gltf file?
glTF 2.0 stores the scene graph, PBR materials, skins and animations as JSON with binary buffers alongside. Being text, it is easy to diff and post process, and it is the interchange format modern engines standardise on.
Which applications use glTF?
three.js, Babylon.js, Blender, Unity, Godot all work with .gltf files.
Are there limits with glTF?
Buffers and textures are emitted as separate files and delivered as a ZIP.