beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

PerlinNoise_v2 Op



PerlinNoise
Namespace: Ops.Math

Op author: pandur

outputs a perlin noise value like random


Uses a controllable Perlin Noise function to output a value.



Inputs

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

Outputs

Result (Number)

Output range 0-1


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Perlin noise example


Patches using PerlinNoise_v2

  • Examples (2)
  • Public
  • My Patches

Changelog


created op
2021-03-19 - pandur
Ops.User.pandur.p5noise renamed to Ops.Math.PerlinNoise_v2
2021-03-19 - pandur