Expand description
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 objformat including entities, lexer, writer etc.