AnimGraphLab Alpha
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
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