Function dmc::dmc::mesh_from_octree[][src]

pub fn mesh_from_octree<T: McNode>(octree: &HashedOctree<T>, scale: f32) -> Mesh

Creates a mesh from an octree full of values sampled from a Signed Distance Function (SDF). The triangles of the resulting mesh will be in counter-clockwise order.

Panics

Should never panic. If it does, it’s an error in the crate; please report it.