Expand description
Parses .mtl
format which stores material data
Structs§
- Material
- A single material from a
.mtl
file - MtlTexture
Map - A texture map specified in a
.mtl
file - RawMtl
- Low-level Rust binding for
.mtl
format (incomplete).
Enums§
- MtlColor
- A color specified in a
.mtl
file
Functions§
- parse_
mtl - Parses a wavefront
.mtl
format (incomplete)