Open Robin-Wutschert opened 2 years ago
Quantization is used only for floating points attributes. Integer attributes are compressed losslessly. Basically quantization converts floating point attributes into integer attributes (lossy operation) that are then compressed without loss. If integer attributes are provided, Draco treats them as pre-quantized.
I have used PointCloudBuilder to encode positions and colors using
Unfortunately, it appears that there is no compression happening on colors... Is it something that will be added?! To improve that, I have decided to encode colors with RGB565 manually. Thus, I modified only the following line :
Unfortunately, colors are inconsistent after decompression by using RGB565 (I tested it without draco compression and it works). Am I missing something ? Is there any issue there?!
Thank you for the great work, position compression is awesome!