mirror of
https://github.com/Relintai/fast_quadratic_mesh_simplifier.git
synced 2024-11-12 08:35:03 +01:00
Godot c++ port of Whinarn"s UnityMeshSimplifier. Deprecated, see my mesh_utils module.
doc_classes | ||
.gitignore | ||
config.py | ||
fast_quadratic_mesh_simplifier.cpp | ||
fast_quadratic_mesh_simplifier.h | ||
LICENSE | ||
mesh_utils.h | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub | ||
simplify.h |
Fast Quadratic Mesh Simplifier
A port of https://github.com/Whinarn/UnityMeshSimplifier to a GODOT engine c++ module.
For future reference it's based on e8ff4e8862735197c3308cfe926eeba68e0d2edb.
Porting is mostly done, but it does needs some debugging (it has a crash if smart linking is enabled).