keijiro / Pcx

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

Support of PLY/ASCII data format #28

Open SKoptew opened 5 years ago

SKoptew commented 5 years ago
  1. Support of PLY/ASCII data format
  2. Correct processing of "comment" and non-lowcase attributes (like Alpha instead of alpha) in header.
  3. Loading of float-precision RGBA attributes (cast to byte-precision anyway, due to Mesh class precision limitations).

Signed-off-by: Sergey Koptev skoptew@gmail.com

SKoptew commented 5 years ago

Hi! There is sample of PLY/Ascii model - sample object from Houdini FX. https://drive.google.com/open?id=1pbjZbnooHX1pUoJclu6bfA9AT9v757nZ

sriram98v commented 1 year ago

I have am working a small command line tool that can be used to convert the encoding between binary big endian, binary little endian and ascii encoding here.

Hope this is of help.