pub fn load_ply_mesh<EM, P, R>(
read: &mut R,
mesh: &mut EM,
) -> IOResult<(), PlyError>where
EM: IsFaceEditableMesh<P, Face3> + IsVertexEditableMesh<P, Face3>,
P: IsBuildable3D + Clone,
R: BufRead,
Expand description
Loads an IsMesh3D from the .ply file format