Skip to content
Novus Examples
obj355 B

OBJ — Wavefront Cube

A 10 mm cube as a Wavefront OBJ — plain-text vertices and triangular faces, the lingua franca of 3D asset exchange. For testing OBJ importers and conversion.

Loading 3D preview…

Interactive preview rendered from the equivalent glTF (cube.glb); drag to orbit. Download the file above for the OBJ original.

Specifications

Format
Wavefront OBJ
Solid
10 mm cube
Triangles
12
Vertices
8
Units
mm

What is a .obj file?

OBJ (Wavefront OBJ) is a text-based 3D geometry format defining vertices, texture coordinates, normals, and faces, and referencing materials through a companion MTL file. It is simple, widely supported, and can represent polygonal meshes with UV mapping. It is a common interchange format across 3D tools.

How to use this file

Use an example OBJ to test mesh and UV parsing, MTL material resolution, and importers in 3D engines, renderers, and modeling applications.

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