C# (CSharp) LibNoise.Combiner Namespace

Classes

Name Description
Add Noise module that outputs the sum of the two output values from two source modules.
Max Noise module that outputs the larger of the two output values from two source modules.
Min Noise module that outputs the smaller of the two output values from two source modules.
Multiply Noise module that outputs the product of the two output values from two source modules.
Power Noise module that raises the output value from the left source module to the power of the output value from the right source module.
Substract Noise module that outputs the subtraction between the left module and the right module .