Expand description
Parsers for wavefront’s .obj and .mtl file format for loading meshes.
Modules§
- mtl
- A parser for Wavefront’s
.mtlfile format, for storing information about the material of which a 3D mesh is composed. - obj
- A parser for Wavefront’s
.objfile format for storing 3D meshes.
Structs§
- Parse
Error - A parsing error, with location information.