hmeyer / tessellation

Tessellation is a library for 3d tessellation, e.g. it will create a set of triangles from any implicit function of volume.
Apache License 2.0
43 stars 10 forks source link

marching cubes #6

Open benmkw opened 4 years ago

benmkw commented 4 years ago

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: