pub fn load_obj_points<IP, P, R>(read: &mut R, ip: &mut IP) -> ObjResult<()>where IP: IsPushable<P>, P: IsBuildable3D, R: BufRead,
Loads IsPushable from the .obj file format