|
|
|||
|
|
| NOFF 3D geometry format. Used for storing and exchanging 3D models. NOFF is an acronym derived from Object File Format. Related to OFF and COFF. Occasionally called CNOFF if color information is present. ASCII or binary format. Represents a single 2D or 3D object. Stores a collection of planar polygons with possibly shared vertices and vertex normal data. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Graphics" | 2D NOFF file represented as a Graphics object | |
| "Graphics3D" | 3D geometry represented as a Graphics3D object | |
| "GraphicsComplex" | NOFF file as a GraphicsComplex object | |
| "PolygonColors" | face color information, given as a list of color primitives associated with each polygon | |
| "PolygonData" | the polygon elements in indexed form | |
| "PolygonObjects" | list of Polygon primitives given in absolute coordinates | |
| "VertexColors" | colors associated with each vertex, given as a list of color primitives | |
| "VertexData" | list of vertex coordinates | |
| "VertexNormals" | normal vectors corresponding to the vertices given by "VertexData" |
| Background | Automatic | what background color to use | |
| ImageSize | Automatic | overall size of the graphics to display | |
| Lighting | Automatic | what simulated lighting to use in coloring 3D surfaces |
| "BinaryFormat" | True | whether the file is in ASCII or binary format |
| "InvertNormals" | False | whether to invert the orientation of vertex normals | |
| "VerticalAxis" | {0,0,1} | orientation to assume for the coordinate system used in the file |
| © 2013 Wolfram Research, Inc. |