Smooths the values of a data channel based on their neighbor's value.
The Smooth operator processes vertex data
only.
Positive values move each vertex in closer to its neighbors, making the object smoother and smaller. Negative values move each vertex away from its neighbors, making the object more irregular and larger.
When the value=0.0, vertices do not move and the operator has no affect on the object.