Skip to content

Commit 8431f6b

Browse files
committed
Merge pull request #108027 from Chubercik/meshoptimizer-0.24
meshoptimizer: Update to 0.24
2 parents ad00801 + 893f5b3 commit 8431f6b

File tree

14 files changed

+1314
-422
lines changed

14 files changed

+1314
-422
lines changed

modules/meshoptimizer/SCsub

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@ thirdparty_dir = "#thirdparty/meshoptimizer/"
1414
thirdparty_sources = [
1515
"allocator.cpp",
1616
"clusterizer.cpp",
17+
"indexanalyzer.cpp",
1718
"indexcodec.cpp",
1819
"indexgenerator.cpp",
19-
"overdrawanalyzer.cpp",
2020
"overdrawoptimizer.cpp",
21+
"partition.cpp",
22+
"quantization.cpp",
23+
"rasterizer.cpp",
2124
"simplifier.cpp",
2225
"spatialorder.cpp",
2326
"stripifier.cpp",
24-
"vcacheanalyzer.cpp",
2527
"vcacheoptimizer.cpp",
2628
"vertexcodec.cpp",
2729
"vertexfilter.cpp",
28-
"vfetchanalyzer.cpp",
2930
"vfetchoptimizer.cpp",
3031
]
3132
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]

thirdparty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Patches:
680680
## meshoptimizer
681681

682682
- Upstream: https://github.com/zeux/meshoptimizer
683-
- Version: 0.23 (3e9d1ff3135794f519f3237515277c8d9a3fd3f2, 2025)
683+
- Version: 0.24 (7b2d4f4c817aea55d74dcd65d9763ac2ca608026, 2025)
684684
- License: MIT
685685

686686
Files extracted from upstream repository:

0 commit comments

Comments
 (0)