pub fn write_obj_mesh<P: AsRef<Path>>(path: P, mesh: &Mesh) -> Result<()>Available on crate feature
obj-writer only.Expand description
Write a mesh to an OBJ file with positions and faces.
This is a convenience function. For more control, use ObjWriter directly.