[][src]Module obj::raw

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

material

Parses .mtl format which stores material data

object

Parses .obj format which stores 3D mesh data