Skip to content

ENH: Add point cloud support to PLYReader

Bill Lorensen requested to merge lorensen/vtk:PLYReader_PointCloud into master

The reader now supports reading files have vertices but no faces. These fies are used to store point clouds.

A sample data file and test are provided.

Merge request reports