Crate wavefront_obj

Source
Expand description

Parsers for wavefront’s .obj and .mtl file format for loading meshes.

Modules§

  • A parser for Wavefront’s .mtl file format, for storing information about the material of which a 3D mesh is composed.
  • A parser for Wavefront’s .obj file format for storing 3D meshes.

Structs§

  • A parsing error, with location information.