Crate obj_exporter [−] [src]
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
| export |
Exports ObjSet to String. Exactly one Geometry is supported for now. |
| export_to_file |
Exports ObjSet to String and writes it to file. |
Type Definitions
| 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 |