| File Description |
ASCII based format used for describing 3D objects; defines collections of planar polygons and vertices that create the object's surface.
Each OFF file begins with the keyword "OFF;" the next line includes the number of vertices, faces, and edges of the model; vertices and faces are listed with x, y, z coordinates, one per line. |