Crate obj
Source - Group
- IndexTuple
- A tuple of position, texture and normal indices assigned to each polygon vertex.
- LoadConfig
- Load configuration options.
- Material
- The model of an a single Material as defined in the .mtl spec.
- Mtl
- The data represented by the
mtllib
command. - MtlLibsLoadError
- Error loading individual material libraries.
- Obj
- A struct used to store
Obj
data as well as its source directory used to load the referenced
.mtl files. - ObjData
- The data model associated with each
Obj
file. - Object
- SimplePolygon
- A a simple polygon with arbitrary many vertices.
- MtlError
- Errors parsing or loading a .mtl file.
- MtlMissingType
- Indicates type of a missing value
- ObjError
- Errors parsing or loading a .obj file.
- ObjMaterial
- The data represented by the
usemtl
command.