Houdini 20.0 Nodes APEX Nodes

Noise<T>

Produces Perlin-style non-periodic noise.

On this page
Since 20.0

Produces one dimensional, non-periodic, Perlin-style noise. The produced result has a range of 0-1 with a median of 0.5.

Note

Integer input values always produce a result of 0.5. This is fundamental to how Perlin-style noise is generated. Therefore, if your input value varies by integer units, the produced noise will not demonstrate any variation.

Inputs

in: Float

Noise parameter.

Outputs

result: Float

Noise value in the range of 0-1.

APEX Nodes