Perlin Noise
Generators / Noises
Perlin gradient noise with compact filtering to reduce derivative-visible lattice artifacts.
Parameters
| Parameter | Type | Default | Range | Description |
|---|---|---|---|---|
scaleScale | int | 8 | 1 to 32 | Number of noise cells across the texture. Higher = smaller, more detailed features. |
disorderDisorder | float | 0 | 0 to 1 | Rotates all Perlin gradient vectors to morph the pattern. Values 0 and 1 match for loopable animation. |
disorder_speedDisorder Speed | float | 1 | 0 to 4 | Multiplier for the gradient-vector rotation driven by Disorder. |
offsetOffset | vec2 | [0, 0] | -1 to 1 | Scrolls the pattern in UV units. Continuous for animation; a shift of 1 wraps to the same pattern. |
seedSeed | float | 0 | 0 to 100 | Random seed for noise variation. |
Outputs
output(default format:r32float)