summaryrefslogtreecommitdiff
path: root/thirdparty/meshoptimizer/patches
AgeCommit message (Collapse)Author
2021-05-22Update with experimental mesh optimizer.K. S. Ernest (iFire) Lee
Normals being optimized has better quality now. Test simplify once and then use a slightly less tolerant error for the target error.
2020-12-30Meshoptimizer update libraryK. S. Ernest (iFire) Lee
2020-12-18Implement automatic LOD (Level of Detail)reduz
-Happens on import by default for all models -Just works (tm) -Biasing can be later adjusted per node or per viewport (as well as globally) -Disabled AABB.get_support test because its broken