Mesh smoothing

cosmos 12th May 2018 at 2:13am
Computational geometry
for i=1 to n
for each vertex v
v = .5*v +
.5*(average of neighbors);