daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.

Home Page:http://pyntcloud.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Rhinos 6 ply files

ferdymercury opened this issue · comments

Describe the bug
There are some problems in opening these Rhinos files, apparently issues with line endings:
https://github.com/cnr-isti-vclab/meshlab/files/3330082/Box.ply.zip
https://github.com/cnr-isti-vclab/meshlab/files/4837381/box_v6.ply.zip

To Reproduce
cloud = PyntCloud.from_file('....')

Expected behavior
It might be interesting to follow the strategy of the PLYFILE repository:

https://github.com/dranjan/python-plyfile
image

Additional context
Seems the same issue as in: