pub fn write_obj_vertices<P: AsRef<Path>>( vertices: &[Point3f], path: P, ) -> Result<()>
Write vertices as an OBJ file (useful for point clouds)