Skip to main content

sdf_offset_surface

Function sdf_offset_surface 

Source
pub fn sdf_offset_surface(grid: &SdfGrid, offset: f64) -> SdfGrid
Expand description

Signed distance field offset: produce an iso-surface at offset.

The new surface is the locus of points where the original SDF = offset.