Expand description
Marching Cubes isosurface extraction algorithm.
Ported from the C++ MarchingCubeCpp library (public domain) used by C++ Polyscope.
Extracts a triangle mesh representing the isosurface of a 3D scalar field.
Structs§
- McmMesh
- Output mesh from the marching cubes algorithm.
Functions§
- marching_
cubes - Extracts the isosurface from a 3D scalar field using marching cubes.