Huong Hoang
Huong Hoang
Assume a vertex has a position (x, y, z). Does Draco quantize each coordinate x, y, z separately or does it combine (x, y, z) into a quantized value? And...
Hi! I am trying to use SEQUENTIAL_ENCODING, but the sequential encoding does not preserve order for my case. I add `encoder.SetEncodingMethod(draco::MESH_SEQUENTIAL_ENCODING);` to my encoder. Below is the entire code for...
Hello, Thank you so much for your awesome work! Is there any way to calculate the difference between 2 meshes by storing the distance between vertices? I think I should...