Expand description
Implements the Marching Cubes algorithm for generating Isosurfaces from volume data. See the readme for example uses.
Structs§
- Marching
Cubes - Mesh
- Represents a mesh output by the algorithm. Convert this to your downstream application’s Mesh.
- Vertex
- Represents a Vertex output by the algorithm.