Test files › 3D models › cube.obj
Sample OBJ file
A Wavefront OBJ unit cube: 8 vertices, 12 triangular faces.
↓ Download cube.obj| Filename | cube.obj |
| Format | OBJ |
| Size | 221 bytes (221 bytes) |
| MIME type | model/obj |
| SHA-256 | e3ebfea63f131372663eba695c3d78df2fcb9119ed042189466c5c17d73ee4c5 |
What this file catchesThe most common interchange mesh format. Plain text; catches loaders that assume 1-indexed vs 0-indexed faces (OBJ is 1-indexed) and those that cannot triangulate. Watertight closed mesh.
Download & verify
curl -fsSL -o "cube.obj" "https://files.hexaqa.com/3d/cube.obj"
curl -fsSL "https://files.hexaqa.com/3d/cube.obj" | sha256sum
# expect: e3ebfea63f131372663eba695c3d78df2fcb9119ed042189466c5c17d73ee4c5