Crate mcubes

Source
Expand description

Implements the Marching Cubes algorithm for generating Isosurfaces from volume data. See the readme for example uses.

Structs§

MarchingCubes
Mesh
Represents a mesh output by the algorithm. Convert this to your downstream application’s Mesh.
Vertex
Represents a Vertex output by the algorithm.

Enums§

MeshSide

Traits§

GridPoint