Function fj_export::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.