read_obj_vertices

Function read_obj_vertices 

Source
pub fn read_obj_vertices<P: AsRef<Path>>(path: P) -> Result<Vec<Point3f>>
Expand description

Read an OBJ file and return vertex positions only (useful for point clouds)