Noise 3D Node

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 from 0.0 to amplitude.
  • 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.