keijiro / Pcx

Point cloud importer & renderer for Unity
The Unlicense
1.36k stars 197 forks source link

I can not import my point cloud file. #11

Closed iceleaf97 closed 5 years ago

iceleaf97 commented 6 years ago

I imported my .ply file. However I got the error message. image

How could I solve this problem?

davidthery commented 6 years ago

Can you post also the header of your ply file ? Are you well using Binary little endian?

keijiro commented 5 years ago

This might be the same issue as #10. The current implementation of PCX doesn't support double precision. I'm thinking of adding it when I have time for this project.

keijiro commented 5 years ago

I added double precision type support in v0.1.1.

https://github.com/keijiro/Pcx/releases/tag/v0.1.1

Note that it's converted to single precision when imported. It supports importing double precision data but there is no technical merit to use it.

I'm closing this issue now. Please feel free to reopen for further issues.

iceleaf97 commented 5 years ago

Thank you very much!