Skip to content

MeshoptCompression with quantize #1601

Discussion options

You must be logged in to vote

Hi @long-duc-nguyen-skymavis — the reorder() function is not the compression, it's only sorting the vertices to improve compression and performance later. The reorder() and quantize() functions modify the in-memory representation of the scene, compression (whether it's Meshopt or Draco) will be applied only when writing to disk.

I don't expect the order in which reorder() and quantize() are called should matter much, but feel free to try both ways and compare.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by long-duc-nguyen-skymavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment