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§
- Isosurface
Mesh - A triangle mesh extracted from an isosurface.
Functions§
- marching_
cubes - Extract an isosurface from a volumetric grid using Marching Cubes.