summaryrefslogtreecommitdiff
path: root/thirdparty/meshoptimizer/overdrawanalyzer.cpp
AgeCommit message (Collapse)Author
2023-01-31meshoptimizer: Sync with upstream commit 4a287848fRĂ©mi Verschelde
https://github.com/zeux/meshoptimizer/commit/4a287848fd664ae1c3fc8e5e008560534ceeb526
2020-12-13Rework Mesh handling on scene importing.reduz
-Reworked how meshes are treated by importer by using EditorSceneImporterMesh and EditorSceneImporterMeshNode. Instead of Mesh and MeshInstance, this allows more efficient processing of meshes before they are actually registered in the RenderingServer. -Integrated MeshOptimizer -Reworked internals of SurfaceTool to use arrays, making it more performant and easy to run optimizatons on.