pub fn read_obj_vertices<P: AsRef<Path>>(path: P) -> Result<Vec<Point3f>>
Read an OBJ file and return vertex positions only (useful for point clouds)