Updated meshoptimizer.

This commit is contained in:
Бранимир Караџић
2025-09-14 09:01:40 -07:00
parent 62177540ce
commit c24efd27c9
10 changed files with 1556 additions and 295 deletions

View File

@@ -122,7 +122,7 @@ namespace meshopt
const unsigned char kVertexHeader = 0xa0;
static int gEncodeVertexVersion = 0;
static int gEncodeVertexVersion = 1;
const int kDecodeVertexVersion = 1;
const size_t kVertexBlockSizeBytes = 8192;