pub fn read_obj_positions<P: AsRef<Path>>(path: P) -> Result<Vec<[f32; 3]>>
obj-reader
Parse vertex positions from an OBJ file. Returns a vec of [x, y, z] positions.