Glb
The Glb component (GLB/GLTF File Loader) loads 3D models from GLB (GL Transmission Format Binary) and GLTF files, the modern standard for 3D assets on the web. GLB is the binary version of GLTF, offering superior compression and faster loading than OBJ.
Why GLB?
- Fast loading: Binary format, up to 10x smaller than OBJ
- Everything embedded: Geometry, materials, textures in one file
- Animation support: Skeletal animations and morph targets
- Industry standard: Supported by all major 3D tools
Basic Usage
A minimal example that loads a GLB model: