Skip to content

Nodes# Domain Warp

Auburn edited this page Dec 8, 2024 · 3 revisions

Domain Warp

Domain Warp Simplex

Source - Node Lookup

Warp Amplitude = 50.0f - Hybrid Lookup

Maximum (euclidean) distance the position can be moved from it's original location

Feature Scale = 100.0f

Effectively 1.0 / frequency

Type = Standard - Enum

Noise character style

  • Standard (Default)
  • Smooth

Vectorization Scheme = Orthogonal Gradient Matrix - Enum

Construction used by the noise to produce a vector output

  • Orthogonal Gradient Matrix (Default)
  • Gradient Outer Product

Domain Warp Gradient

Warps the input position using a simple uniform grid gradient, similar to perlin noise gradients.
The warped position is used when generating the attached source node
This node does not change the output value of the source node

Source - Node Lookup

Warp Amplitude = 50.0f - Hybrid Lookup

Maximum (euclidean) distance the position can be moved from it's original location

Feature Scale = 100.0f

Effectively 1.0 / frequency

Domain Warp Fractal Progressive

The original input position is passed into the first domain warp octave
The warped output position from the previous octave is passed into
the next octave's input position and so on for each octave
The final position is used to generate the source node on the attached domain warp node

Domain Warp Source - Node Lookup

Uses the algorithm from this domain warp node for each octave of the fractal

Gain = 0.5f - Hybrid Lookup

Weighted Strength = 0.0f - Hybrid Lookup

Octaves = 3

Lacunarity = 2.0f

Domain Warp Fractal Independant

The original input position is passed into all domain warp octaves
The warped offset from all octaves is accumulated
and added to the original input position
This position is the used to generate the source node on the attached domain warp node

Domain Warp Source - Node Lookup

Uses the algorithm from this domain warp node for each octave of the fractal

Gain = 0.5f - Hybrid Lookup

Weighted Strength = 0.0f - Hybrid Lookup

Octaves = 3

Lacunarity = 2.0f