Skip to main content

read_ply

Function read_ply 

Source
pub fn read_ply<R: BufRead>(reader: &mut R) -> Result<PointCloud, IoError>
Expand description

Reads a complete PLY file from any buffered reader.