Auragen docs
Auragen docs
OverviewInterfacenerdGRAPH ModeWorking with LayersParameters and Controls
Generators
Perlin NoiseSimplex NoiseFBMRidge NoiseVoronoiPlasmaBillow NoiseCurl NoiseCaustics3D VoronoiTopographicReaction Diffusion
3D Preview
GeneratorsNoise

Billow Noise

Fractal noise generator that takes the absolute value of each octave, producing soft, puffy, cloud-like grayscale patterns.

The Billow Noise node generates fractal noise where each octave contributes its absolute value, so features fold back on themselves into rounded, puffy shapes. It reads like clouds or smoke where Ridge Noise reads like veins.

Billow Noise default output

  • One texture output; two optional texture inputs (domain warp and composite)
  • Fractal controls (Octaves, Persistence, Lacunarity) plus the standard transform block
  • Found in nerdGRAPH under Generators in the add-node menu
Example patch — drag onto the app to load

The image on the right is the example patch itself — drag and drop it onto the app (or load it with File → Load) to open the full graph.

Inputs and outputs

Billow Noise node

PortTypePurpose
InputTextureDomain warp — red/green channels displace the sample coordinates
Composite InputTextureComposited over the output using the node's Blend Mode and Opacity
OutputTextureThe grayscale noise field, normalized to 0–1

A black (or disconnected) Input produces no warp; the warp strength scales with Scale.

Parameters

Billow Noise parameters

The noise is sampled from a seeded 3D Perlin field with time on the third axis, so animation evolves the pattern in place rather than scrolling it.

Opacity, Blend Mode, ALPHA, Invert Alpha, Threshold Min / Threshold Max — the standard operator header; see Perlin Noise for details.

Structure

  • Octaves (1–8, default 4) — how many noise layers stack. Each octave adds finer detail; low counts give simple soft blobs.
  • Persistence (0–1, default 0.5) — how much each successive octave contributes. Higher values keep fine octaves loud, making the texture busier and grittier.
  • Lacunarity (1–4, default 2) — the frequency multiplier between octaves. Higher values space the detail scales further apart.

Transform

  • Seed (0–99999), Scale (0.01–10, default 1), Scale X / Scale Y (0.01–50, default 5), Offset X / Offset Y (−20 to 20), Rotation (0–360) — the shared generator transform block: seed picks the field, scale sets frequency (Scale × Scale X/Y per axis), offsets pan, rotation spins around the center.

Dynamics

  • Speed (0–5, default 1) — playback rate multiplier for this node, compounding with the global animation speed. 0 freezes the pattern.

Every slider has a per-parameter animation bar, so any of these can be animated, audio-driven, or MIDI-mapped — see Parameters and Controls.

Billow vs. FBM vs. Ridge

All three stack the same Perlin octaves and share the same three fractal controls; they differ in what each octave contributes. FBM adds the raw value (balanced, natural), Billow adds its absolute value (rounded, puffy), Ridge inverts and squares it (sharp creases). Pick by the feature shape you want — the parameters behave identically.

Troubleshooting

The pattern doesn't move — the node's Speed is 0, or global animation is paused in the top bar.

Output looks flat and washed out — billow's abs-fold concentrates values in the mid-grays. Raise Threshold Min and lower Threshold Max to stretch the contrast.

More octaves seem to change nothing — with low Persistence the later octaves are nearly silent; raise Persistence to hear them.

Related

Perlin Noise

The single-octave gradient noise these fractal variants build on.

Curl Noise

FBM octaves displaced along their own curl for fluid swirls.

Plasma

Classic plasma generator that superimposes sine and cosine waves into flowing, continuously animated grayscale patterns.

Curl Noise

Fractal noise displaced along the curl of its own field, producing swirling, fluid-like grayscale patterns.

On this page

Inputs and outputsParametersStructureTransformDynamicsBillow vs. FBM vs. RidgeTroubleshootingRelated