Package org.spongepowered.noise.module.combiner


package org.spongepowered.noise.module.combiner
Combiner modules, which take two or more input modules and produce a single output.
  • Classes
    Class
    Description
    Noise module that outputs the sum of the two output values from two source modules.
    Noise module that outputs a weighted blend of the output values of two source modules given the output of a control module.
    Noise module that uses three source modules to displace each coordinate of the input value before returning the output value from a source module.
    Noise module that outputs the larger of the two output values from two source modules.
    Noise module that outputs the smaller of the two output values from two source modules.
    Noise module that outputs the product of the two output values from two source modules.
    Noise module that raises the output value from a first source module to the power of the output value from a second source module.
    Noise module that outputs the value selected from one of two source modules chosen by the output value from a control module.