Skip to content
Novus Examples
glb1.3 KB

GLB — glTF 2.0 Binary Cube

A 10 mm cube as binary glTF (GLB) — the dominant modern format for 3D on the web and in AR, with per-face normals packed into one self-contained file. Powers the interactive 3D preview on this site; for testing glTF loaders and conversion.

Loading 3D preview…

Specifications

Format
glTF 2.0 binary (GLB)
Solid
10 mm cube
Triangles
12
Vertices
24
Units
mm
Normals
per-face
Self Contained
true

What is a .glb file?

GLB is the binary form of glTF, packaging 3D scene geometry, materials, textures, animations, and node hierarchy into a single self-contained file. It is optimized for efficient runtime loading and is often called the JPEG of 3D. It is widely used in web, AR, and real-time 3D applications.

How to use this file

Use an example GLB to test glTF loaders, embedded-texture and animation handling, and real-time rendering pipelines in web or game engines.

Generated by generation/models.py. Free for any use, no attribution required — license.