Billow

Billow noise is a variant of perlin noise, that adds together absolute values of samples. It produces cloud-like shapes as a result.

Billow noise usually outputs values between -1 and 1 range, and the mean value is 0.

Node inputs/outputs

Module input/outputs are the same as the perlin noise.

The module’s constructor needs:

The output value is a Generation Module

Examples

Frequency evolution

Frequency = 1

Frequency = 5

Frequency = 10

Lacunarity evolution

Lacunarity = 0.5

Lacunarity = 2

Lacunarity = 5

Octave count evolution

Octave count = 2

Octave count = 6

Octave count = 12