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_octree
function. - octree
- Contains the container for the mesh generation
HashedOctree
, which relies onMortonKey
for indexing. - prelude
- References everything neccesary to use this crate regularly, namely
crate::dmc
andcrate::octree
.