PerlinNoise_v2 Op
outputs a perlin noise value like random
Summary (oneliner)
Uses a controllable Perlin Noise function to output a value.
Full Name
- Ops.Math.PerlinNoise_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Perlin noise example
INPUT PORTS
X (Number)
Scroll noise values in the X dimension.
Y (Number)
Scroll noise values in the Y dimension.
Z (Number)
Scroll noise values in the Z dimension.
Scale (Number)
Noise Scale - affects rate of change in values. The smaller the Scale number, the smoother the changes of the output.
Seed (Number)
Noise Seed
OUTPUT PORTS
Result (Number)
Output range 0-1