meshoptimizer: Update to 1.0

This commit is contained in:
Rémi Verschelde 2025-12-13 10:38:34 +01:00
parent 08e6cd181f
commit f99d094778
No known key found for this signature in database
GPG key ID: C3336907360768E1
8 changed files with 667 additions and 358 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;