You've already forked godot
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user