Skip to content
Novus Examples
gltf

What is a .gltf file?

model/gltf+json

glTF (.gltf, GL Transmission Format) is the 'JPEG of 3D' — a JSON scene description referencing geometry, PBR materials, textures, and animation, with binary buffers stored alongside or as a .bin. It is the standard for web and real-time 3D.

How to use a .gltf file

Use an example .gltf file to test glTF loaders (three.js, model-viewer), PBR material handling, and glTF-to-GLB packing.

Convert a .gltf file to another format

← All file formats