On this page

2D Perlin noise in 1, 2, 3 or 4 channels.

Parameters

amplitude

The center-to-peak amplitude of the noise (peak-to-peak amplitude is 2× this value). Default is 1.0.

pivot

The center value of the output noise; effectively, this value is added to the result after the Perlin noise is multiplied by amplitude. Default is 0.0.

texcoord

The name of a vector2-type node specifying the 2D texture coordinate at which the noise is evaluated. Default is to use the first set of texture coordinates.

Outputs

out

float

VOP nodes