AnimGraphLab Alpha
Nodes Noise

Parameters

Select a node to edit its parameters.

The Noise node is a powerful deformer that modifies incoming shapes by displacing their points according to a procedural noise pattern. It is an essential tool for breaking up primitive shapes and creating organic, complex, and natural-looking forms.

When a shape is passed into the Noise node, the node calculates a noise value for each point on the shape and moves it along its normal (the direction pointing “out” from the surface). The result is a new, deformed path that can be rendered or used by other nodes.

Parameters

ParameterDescription
LabelThe display name for the node.
GroupSpecifies a subset of points to affect.
ResampleNumber of points to resample the shape to before applying noise. Higher values capture more detail.
Noise TypeThe underlying algorithm for the noise pattern.
AmplitudeThe strength of the displacement.
FrequencyThe scale or zoom of the noise pattern.
OffsetPans the noise pattern in X and Y.
SeedChanges the random outcome.

See also