pub fn load_ptx<IP, P, R>(read: &mut R, ip: &mut IP) -> PtxResult<()>where IP: IsPushable<P>, P: IsBuildable3D + IsMatrix4Transformable, R: BufRead,
Loads points from .ptx file into IsPushable