Share
 
 

Smooth

Smooths the values of a data channel based on their neighbor's value.

The Smooth operator processes vertex data only.

Smooth Parameters rollout

Iteration
Sets how many times to repeat the smoothing process. For each iteration, average locations are recalculated and the amount is reapplied to every vertex.
Amount
Controls how far a vertex moves for each iteration. The value specifies a percentage of the distance from the original location of a vertex to the average location of its neighbors.

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.

Was this information helpful?