off
What is a .off file?
text/plain
OFF (.off, Object File Format) is a simple ASCII 3D mesh format: a header, vertex and face counts, then a list of vertex coordinates and polygon indices. Its minimalism makes it a common teaching and geometry-processing format.
How to use a .off file
Use an example .off file to test mesh parsers, geometry-processing tools (MeshLab, CGAL), and OFF-to-OBJ/PLY conversion.