Expand description
Provides low-level API for Wavefront OBJ format.
Re-exports
pub use self::material::parse_mtl;pub use self::material::RawMtl;pub use self::object::parse_obj;pub use self::object::RawObj;
Modules
- Parses
.mtlformat which stores material data - Parses
.objformat which stores 3D mesh data