export_obj

Function export_obj 

Source
pub fn export_obj(mesh: &Mesh<Point<3>>, write: impl Write) -> Result<(), Error>
Expand description

Export the provided mesh to the provided writer in the OBJ format.