Crate wavefront_rs
source · [−]Expand description
wavefront_rs
is a RUST implementation for parsing and writing the wavefront obj and mtl format.
Modules
The error module contains a generic error that is used by the rest of the crate.
The obj module contains all the types that are used when working with the wavefront obj
format including entities, lexer, writer etc.