Structs§
- Group
- Index
Tuple - A tuple of position, texture and normal indices assigned to each polygon vertex.
- Load
Config - Load configuration options.
- Material
- The model of an a single Material as defined in the .mtl spec.
- Mtl
- The data represented by the
mtllibcommand. - MtlLibs
Load Error - Error loading individual material libraries.
- Obj
- A struct used to store
Objdata as well as its source directory used to load the referenced .mtl files. - ObjData
- The data model associated with each
Objfile. - Object
- Simple
Polygon - A a simple polygon with arbitrary many vertices.
Enums§
- MtlError
- Errors parsing or loading a .mtl file.
- MtlMissing
Type - Indicates type of a missing value
- ObjError
- Errors parsing or loading a .obj file.
- ObjMaterial
- The data represented by the
usemtlcommand.