Skip to content

Nodes# Basic Generators

Auburn edited this page Jun 24, 2024 · 1 revision

Basic Generators

Constant

Value = 1.0f

Constant output

White

White noise generator

Output Min = -1.0f

Minimum bound of output range

Output Max = 1.0f

Maximum bound of output range

Checkerboard

Outputs checkerboard pattern

Feature Scale = 100.0f

Effectively 1.0 / frequency

Output Min = -1.0f

Minimum bound of output range

Output Max = 1.0f

Maximum bound of output range

Sine Wave

Outputs sine wave

Feature Scale = 100.0f

Effectively 1.0 / frequency

Output Min = -1.0f

Minimum bound of output range

Output Max = 1.0f

Maximum bound of output range

Position Output

Takes the input position and does the following per dimension (input + offset) * multiplier The output is the sum of all results

X Multiplier = 0.0f

Read node description

Y Multiplier = 0.0f

Read node description

Z Multiplier = 0.0f

Read node description

W Multiplier = 0.0f

Read node description

X Offset = 0.0f

Read node description

Y Offset = 0.0f

Read node description

Z Offset = 0.0f

Read node description

W Offset = 0.0f

Read node description

Distance To Point

Outputs distance between point and input position

Point - Hybrid Lookup

Default: 0.0 Point in current domain space

Point - Hybrid Lookup

Default: 0.0 Point in current domain space

Point - Hybrid Lookup

Default: 0.0 Point in current domain space

Point - Hybrid Lookup

Default: 0.0 Point in current domain space

Minkowski P - Hybrid Lookup

Default: 1.5 Only affects Minkowski distance function 1 = Manhattan 2 = Euclidean

Distance Function = Euclidean

  • Euclidean (Default)
  • Euclidean Squared
  • Manhattan
  • Hybrid
  • Max Axis
  • Minkowski