-
-
Notifications
You must be signed in to change notification settings - Fork 135
Nodes# Basic Generators
Outputs a constant value
Constant output
White noise generator

This value is added to the seed before generation
Doesn't affect the seed passed to child nodes
Useful if you have multiple nodes of the same type and want them to give different outputs
Minimum bound of output range
Maximum bound of output range
Outputs a checkerboard pattern
Each checkerboard cell is "Feature Scale" sized in each dimension

Effectively 1.0 / frequency
Minimum bound of output range
Maximum bound of output range
Outputs sine wave

Effectively 1.0 / frequency
Minimum bound of output range
Maximum bound of output range
Takes the input position and does the following per dimension
(input + offset) * multiplier
The output is the sum of all results
Read node description
Read node description
Read node description
Read node description
Read node description
Read node description
Read node description
Read node description
Outputs distance between point and input position
Distance is calculated in current domain space,
ie affected by Domain Modifiers/Warping

Point in current domain space
Point in current domain space
Point in current domain space
Point in current domain space
Only affects Minkowski distance function
1 = Manhattan
2 = Euclidean
- Euclidean (Default)
- Euclidean Squared
- Manhattan
- Hybrid
- Max Axis
- Minkowski