Noise 3D Node
Calculates three-dimensional simplex noise.
Inputs:
pos
: The position to calculate the noise at.size
: The scale of the noise. The bigger the value, the smaller the details of the noise.amplitude
: The amplitude of the noise. The noise ranges from0.0
toamplitude
.lacunarity
: How much the scale of the noise is multiplied by for each octave.gain
: How much the amplitude of the noise is multiplied by for each octave.