[][src]Crate wavefront_rs

wavefront_rs is a RUST implementation for parsing and writing the wavefront obj and mtl format.

Modules

error

The error module contains a generic error that is used by the rest of the crate.

obj

The obj module contains all the types that are used when working with the wavefront obj format including entities, lexer, writer etc.