About the GLTF file format
GL Transmission Format
glTF 2.0 is a royalty-free specification from the Khronos Group for efficient transmission of 3D scenes. The .gltf variant stores the scene description as readable JSON, optionally referencing external binary buffers and textures.
It is the most widely supported runtime format on the web: three.js, Babylon.js, Unity, Unreal, and most DCC tools read and write glTF directly.
Format reference: Khronos glTF 2.0 specificationStrengths
- Open standard with wide industry support
- Human-readable JSON scene description
- PBR materials, skins, and animations
Commonly used for
- Web 3D and e-commerce viewers
- Cross-tool scene exchange
- Runtime asset delivery

