1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

meshoptimizer: Update to 0.24

This commit is contained in:
Jakub Marcowski
2025-06-27 01:02:34 +02:00
parent 9a3976097f
commit 893f5b37f4
14 changed files with 1327 additions and 435 deletions

View File

@@ -14,18 +14,19 @@ thirdparty_dir = "#thirdparty/meshoptimizer/"
thirdparty_sources = [
"allocator.cpp",
"clusterizer.cpp",
"indexanalyzer.cpp",
"indexcodec.cpp",
"indexgenerator.cpp",
"overdrawanalyzer.cpp",
"overdrawoptimizer.cpp",
"partition.cpp",
"quantization.cpp",
"rasterizer.cpp",
"simplifier.cpp",
"spatialorder.cpp",
"stripifier.cpp",
"vcacheanalyzer.cpp",
"vcacheoptimizer.cpp",
"vertexcodec.cpp",
"vertexfilter.cpp",
"vfetchanalyzer.cpp",
"vfetchoptimizer.cpp",
]
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]