tessellation
tessellation copied to clipboard
marching cubes
extracted from https://github.com/hmeyer/tessellation/issues/3#issuecomment-711330874
I see this library more as a tool to generate meshes from implicit geometries.
existing code e.g. https://github.com/swiftcoder/isosurface
There also is Extended Marching Cubes which in mentioned in the dual contouring paper.
Possible benefits:
- faster or lower memory?
- other?