AnimGraphLab Beta
Nodes Noise

Parameters

Select a node to edit its parameters.

Noise node is a deformer that modifies incoming shapes by displacing their points according to a procedural noise pattern.

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 used by other nodes.

Parameters

ParameterDescription
Label
The display name for the node.
Group
Specifies a subset of points to affect.
Resample
Number of points to resample the shape to before applying noise. Higher values capture more detail.
Noise type
The underlying algorithm for the noise pattern.
Amplitude
The strength of the displacement.
Frequency
The scale or zoom of the noise pattern.
Offset
Pans the noise pattern in X and Y.

See also