Skip to main content

Module marching_cubes

Module marching_cubes 

Source
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.