pub fn smooth_mesh(
mesh: &Mesh,
config: &SmoothingConfig,
) -> (Mesh, SmoothingResult)Expand description
Smooth mesh using configured algorithm
pub fn smooth_mesh(
mesh: &Mesh,
config: &SmoothingConfig,
) -> (Mesh, SmoothingResult)Smooth mesh using configured algorithm