Block a user
PLY exporter does not support float vertex colors
Okay so SideFX have told me that using uchar even with values >255 is intentional:
"I am told at the time the exporter was written, most people wanted unsigned chars for colour, so it would…
PLY exporter does not support float vertex colors
@ChengduLittleA yeah I agree it shouldn't really be using uchar for this - but if I change it to uint or ushort it will load the values by casting them to float. e.g. colour value uint 306 is…
PLY exporter does not support float vertex colors
@ChengduLittleA Sure!
Houdini will export uchar but with values that exceed 255 (see test.ply) instead of wrapping around, and then as it imports will convert it back to float - but allows…
PLY exporter does not support float vertex colors