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