Commit 9d6a006
committed
Update Mesh optimizer to 1.0.1
1 parent 8dbb0a0 commit 9d6a006
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule meshoptimizer updated 90 files
- .github/ISSUE_TEMPLATE/config.yml+2-2
- .github/workflows/build.yml+59-31
- .github/workflows/cifuzz.yml+4-2
- .github/workflows/release.yml+30-15
- .gitignore+7-1
- CMakeLists.txt+97-51
- LICENSE.md+1-1
- Makefile+43-29
- README.md+380-212
- USERS.md-55
- config.cmake.in-4
- demo/clusterlod.h+747
- demo/demo.html-67
- demo/index.html+7-6
- demo/main.cpp+317-266
- demo/nanite.cpp+320-499
- demo/simplify.html+712-184
- demo/tests.cpp+886-20
- extern/cgltf.h+185-26
- extern/fast_obj.h+30-2
- extern/sdefl.h+10-1
- gltf/README.md+26-7
- gltf/animation.cpp+28-17
- gltf/basislib.cpp-90
- gltf/cli.js+4-6
- gltf/encodebasis.cpp+30-11
- gltf/encodewebp.cpp+169
- gltf/gltfpack.cpp+211-132
- gltf/gltfpack.h+49-29
- gltf/image.cpp+7-7
- gltf/json.cpp+12
- gltf/library.js+7-23
- gltf/material.cpp+32-10
- gltf/mesh.cpp+199-153
- gltf/package.json+5-1
- gltf/parsegltf.cpp+64-16
- gltf/parselib.cpp+3
- gltf/parseobj.cpp+27-10
- gltf/stream.cpp+174-54
- gltf/write.cpp+297-205
- js/README.md+61-10
- js/benchmark.js+22-11
- js/index.d.ts+4
- js/index.js+4-6
- js/index.module.d.ts-4
- js/index.module.js-4
- js/meshopt_clusterizer.d.ts+26-2
- js/meshopt_clusterizer.js+134-27
- js/meshopt_clusterizer.module.js-273
- js/meshopt_clusterizer.test.js+38-28
- js/meshopt_decoder.cjs+199
- js/meshopt_decoder.d.ts+1-1
- js/meshopt_decoder.js-203
- js/meshopt_decoder.mjs+196
- js/meshopt_decoder.module.js-195
- js/meshopt_decoder.test.js+70-2
- js/meshopt_decoder_reference.js+163-40
- js/meshopt_encoder.d.ts+4-2
- js/meshopt_encoder.js+25-20
- js/meshopt_encoder.module.js-204
- js/meshopt_encoder.test.js+70-3
- js/meshopt_simplifier.d.ts+26-6
- js/meshopt_simplifier.js+266-22
- js/meshopt_simplifier.module.js-368
- js/meshopt_simplifier.test.js+46-12
- js/package.json+31-4
- js/wasi_trace.js+54
- src/allocator.cpp+11-2
- src/clusterizer.cpp+939-143
- src/indexanalyzer.cpp+53
- src/indexcodec.cpp+33-19
- src/indexgenerator.cpp+132-103
- src/meshoptimizer.h+406-97
- src/overdrawoptimizer.cpp+7-7
- src/partition.cpp+624
- src/rasterizer.cpp+113-53
- src/simplifier.cpp+711-99
- src/spatialorder.cpp+189-42
- src/vertexcodec.cpp+814-233
- src/vertexfilter.cpp+535-88
- src/vfetchanalyzer.cpp-58
- tools/clusterfuzz.cpp+61
- tools/codecbench.cpp+163-59
- tools/codecfuzz.cpp+21-9
- tools/codectest.cpp+173
- tools/simplifyfuzz.cpp+7
- tools/vcachetester.cpp+10-6
- tools/vcachetuner.cpp+21-17
- tools/wasmpack.py+13-1
- tools/wasmstubs.cpp+2-2
0 commit comments