Skip to main content

Fractal Noise

The Detailer. Stacks multiple layers (octaves) of an input float channel to create complex, high-frequency detail.

Ports

PortTypeDirectionDescription
Input FloatInputThe source noise or mask to fractalise.
Output FloatOutputThe detailed fractal result.

Details

Fractal Noise (often called FBM - Fractional Brownian Motion) takes a simple input and samples it multiple times at different scales and intensities.

Parameters

  • Octaves: The number of layers to stack.
  • Lacunarity: The frequency multiplier for each octave (usually 2.0).
  • Persistence: The amplitude multiplier for each octave (usually 0.5).