Expand description
Dual Marching Cubes implementation for octree structures
Modulesยง
- dmc
- Contains the Dual Marching Cubes implementation, along with a function
(
mesh_from_octree) to interface with it. - duals
- Defines the dual grid generation for a given octree with the
DualGrid::from_octreefunction. - octree
- Contains the container for the mesh generation
HashedOctree, which relies onMortonKeyfor indexing. - prelude
- References everything neccesary to use this crate regularly, namely
crate::dmcandcrate::octree.