Skip to main content
Version: 5.x

Nodes > Functions > Noise > Noise ( Simplex )

Noise ( Simplex )

Returns a random value using simplex noise. Simplex noise is useful for creating natural looking gradient noise.

Inputs

NameTypeDescription
SeedfloatControls the noise position to sample. In many cases, it's desirable to use UV coordinates as an input here
ScalefloatMultiplies the seed value. The lower the value, the more "zoomed in" the noise will appear

Outputs

NameTypeDescription
NoisefloatGenerated noise value
Was this page helpful?
Yes
No