Expand description
GPU-accelerated Surface Nets isosurface extraction.
Surface Nets is an algorithm for extracting isosurfaces from volumetric data (like signed distance fields). It produces higher quality meshes than Marching Cubes with simpler implementation.
Structs§
- GpuSurface
Nets Params - Parameters for GPU Surface Nets extraction.
- GpuSurface
Nets Result - Result of GPU Surface Nets extraction.
- Surface
Nets Pipeline - Pipeline for GPU Surface Nets extraction.
Functions§
- extract_
isosurface_ gpu - Extract isosurface from SDF values on GPU.
- try_
extract_ isosurface_ gpu - Try to extract isosurface on GPU, returning None if unavailable.