Skip to main content

Module marching_cubes

Module marching_cubes 

Source
Expand description

Marching Cubes isosurface extraction from volumetric grids.

Given a VolumetricGrid and an isovalue, produces a triangle mesh (vertices, normals, indices) suitable for WebGL/WebGPU rendering.

Structs§

IsosurfaceMesh
A triangle mesh extracted from an isosurface.

Functions§

marching_cubes
Extract an isosurface from a volumetric grid using Marching Cubes.