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