Function load_ply_mesh

Source
pub fn load_ply_mesh<EM, P, R>(
    read: &mut R,
    mesh: &mut EM,
) -> IOResult<(), PlyError>
Expand description

Loads an IsMesh3D from the .ply file format