Pcx icon indicating copy to clipboard operation
Pcx copied to clipboard

Support of PLY/ASCII data format

Open SKoptew opened this issue 5 years ago • 2 comments

  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 [email protected]

SKoptew avatar Aug 22 '19 12:08 SKoptew

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

SKoptew avatar Aug 22 '19 14:08 SKoptew

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.

sriram98v avatar Jan 04 '23 01:01 sriram98v