Module isosurface::marching_cubes [] [src]

Convert isosurfaces to meshes using marching cubes.

Pros:

  • Very fast
  • Extraction has no dependencies on neighbouring chunks

Cons:

  • Produces a lot of small triangle slivers
  • Cracks between chunks of differing levels of detail

Structs

MarchingCubes

Extracts meshes from distance fields using the marching cubes algorithm.