OFF (Object File Format)
OFF is a minimal academic mesh format: a vertex list and a face list in plain text, nothing else. Its simplicity makes it a favorite in computational-geometry research, mesh-processing courses and tools like CGAL and MeshLab.
Best for: Research, teaching and mesh-processing pipelines.
Open .off files in the free online OFF viewer — assembly tree, section views and display modes, entirely in your browser.
Drop it into the free online OFF viewer on this site — it renders in your browser with an assembly tree and section views, and the file is never uploaded. No software install needed.
Units: no. Colors/materials: optional vertex colors. Geometry is stored as polygon mesh.
Use the free OFF to STL converter: drop the file, press Convert, download. Everything runs locally in your browser — no upload, no signup.
Research, teaching and mesh-processing pipelines.
OFF describes polygon geometry with unitless coordinates and optional vertex colors. It has no standard assembly hierarchy, textures, materials or animation tracks.
No. OFF is used for research & geometry processing, and its format does not carry animation tracks.