Closed iceleaf97 closed 5 years ago
Can you post also the header of your ply file ? Are you well using Binary little endian?
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.
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.
Thank you very much!
I imported my .ply file. However I got the error message.
How could I solve this problem?