Skip to main content

Module obj

Module obj 

Source
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;

Modules§

reader
OBJ file reader.
writer
OBJ file writer.