Expand description
OBJ (Wavefront) mesh import and export.
OBJ is the simplest widely-supported 3D mesh format. Supports vertex positions, normals, and triangle/polygon faces.
Re-exports§
pub use reader::read_obj;pub use reader::read_obj_solid;pub use writer::write_obj;