Module wavefront_obj::obj
[−]
[src]
A parser for Wavefront's .obj file format for storing 3D meshes.
Structs
| Geometry |
A set of shapes, all using the given material. |
| ObjSet |
A set of objects, as listed in an |
| Object |
A mesh object. |
| Shape |
A shape gathers a primitive and groups. |
| TVertex |
A single 3-dimensional point on a texture. "Texure Vertex". |
| Vertex |
A single 3-dimensional point on the corner of an object. |
Enums
| Primitive |
The various primitives supported by this library. |
Functions
| parse |
Parses a wavefront |
Type Definitions
| GroupName |
Name of a group. |
| Normal |
A single 3-dimensional normal |
| NormalIndex |
An index into the |
| TextureIndex |
An index into the |
| VTNIndex |
An index into the vertex array, with an optional index into the texture array. This is used to define the corners of shapes which may or may not be textured. |
| VertexIndex |
An index into the |