godot/thirdparty/meshoptimizer
jfons 9e1810695c Auto LOD fixes and improvements
* Fixed LODs for shadow meshes.
* Added a merging step before simplification. This helps with tesselated
  meshes that were previously left untouched. The angle difference at
  wich edges ar considered "hard" can be tweaked as an import setting.
* LODs will now start with the highest decimation possible and keep
  doubling (approximately) the number of triangles from there. This
  makes sure that very low triangle counts are included when possible.
* Given more weight to normal preservation.
* Modified MeshOptimizer to report distance-based error instead of
  including attributes in the reported metrics.
* Added attribute transference between the original mesh and the
  various LODs. Right now only normals are taken into account,
  but it could be expanded to other attributes in the future.
2021-09-27 17:04:56 +02:00
..
patches Auto LOD fixes and improvements 2021-09-27 17:04:56 +02:00
LICENSE.md update meshoptimizer to 0.16 2021-04-18 18:00:15 +02:00
allocator.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
clusterizer.cpp update meshoptimizer to 0.16 2021-04-18 18:00:15 +02:00
indexcodec.cpp Scale error in mesh optimizer so it uses absolute scale. 2021-01-11 06:07:54 -08:00
indexgenerator.cpp update meshoptimizer to 0.16 2021-04-18 18:00:15 +02:00
meshoptimizer.h Update with experimental mesh optimizer. 2021-05-22 08:58:50 -07:00
overdrawanalyzer.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
overdrawoptimizer.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
simplifier.cpp Auto LOD fixes and improvements 2021-09-27 17:04:56 +02:00
spatialorder.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
stripifier.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
vcacheanalyzer.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
vcacheoptimizer.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
vertexcodec.cpp update meshoptimizer to 0.16 2021-04-18 18:00:15 +02:00
vertexfilter.cpp Meshoptimizer update library 2020-12-30 06:30:25 -08:00
vfetchanalyzer.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00
vfetchoptimizer.cpp Rework Mesh handling on scene importing. 2020-12-13 21:29:51 -03:00