OFF Converter
Minimal academic polygon mesh format. Convert OFF files into other formats, or write OFF files from any supported input, all inside your browser.
- Private by designFiles stay on your device.
- No queueConversion starts instantly.
- No sign upNo account, no limits per day.
What is OFF?
OFF lists vertex counts, then vertices, then polygons. That is nearly all there is to it, which is why computational geometry papers, mesh processing libraries and university courses lean on it so heavily.
Typical uses
- Geometry processing research
- Mesh algorithm benchmarks
- Teaching and datasets
Supported by
- MeshLab
- Geomview
- CGAL
- libigl
Format details
- Extensions
- .off
- Full name
- Object File Format
- Category
- Triangle mesh
- Encoding
- Plain text
- MIME type
- model/off
- Direction
- read and write
Questions
What is a .off file?
OFF lists vertex counts, then vertices, then polygons. That is nearly all there is to it, which is why computational geometry papers, mesh processing libraries and university courses lean on it so heavily.
Which applications use OFF?
MeshLab, Geomview, CGAL, libigl all work with .off files.