summaryrefslogtreecommitdiffstats
path: root/thirdparty/meshoptimizer/indexcodec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update thirdparty/meshoptimizer to v0.20Arseny Kapoulkine2023-11-021-1/+1
| | | | | | | | | | 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.
* Scale error in mesh optimizer so it uses absolute scale.K. S. Ernest (iFire) Lee2021-01-111-1/+1
| | | | | Switch to simplify sloppy for another try. Update to meshoptimizer e3f53f66e7a35b9b8764bee478589d79e34fa698.
* Meshoptimizer update libraryK. S. Ernest (iFire) Lee2020-12-301-78/+0
|
* Rework Mesh handling on scene importing.reduz2020-12-131-0/+752
-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.