meshoptimizer: Update to 1.0
This commit is contained in:
parent
08e6cd181f
commit
f99d094778
8 changed files with 667 additions and 358 deletions
2
thirdparty/meshoptimizer/vertexcodec.cpp
vendored
2
thirdparty/meshoptimizer/vertexcodec.cpp
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue