summaryrefslogtreecommitdiffstats
path: root/thirdparty/meshoptimizer/indexgenerator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update thirdparty/meshoptimizer to v0.20Arseny Kapoulkine2023-11-021-7/+34
| | | | | | | | | | Note: this change completely overwrites the meshoptimizer library source (from git SHA c21d3be6ddf627f8ca852ba4b6db9903b0557858) without including any patches; a distance error metric patch is still needed and will be reapplied in the next commit. The changes elsewhere are due to a signature change for meshopt_simplifyWithAttributes.
* meshoptimizer: Sync with upstream commit 4a287848fRémi Verschelde2023-01-311-3/+3
| | | | https://github.com/zeux/meshoptimizer/commit/4a287848fd664ae1c3fc8e5e008560534ceeb526
* update meshoptimizer to 0.16Hendrik Brucker2021-04-181-1/+205
|
* Rework Mesh handling on scene importing.reduz2020-12-131-0/+347
-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.