pub fn gpu_smooth_normals(mesh: &mut GpuMesh, n_iter: usize)
Laplacian normal smoothing: average each vertex normal with its neighbours.
Runs n_iter passes.
n_iter