mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
meshoptimizer: Update to 0.24
This commit is contained in:
parent
9a3976097f
commit
893f5b37f4
14 changed files with 1327 additions and 435 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue