Crate wavefront_obj

Source
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§

ParseError
A parsing error, with location information.