noise.mod.select

Undocumented in source.

Members

Classes

Select
class Select

Noise module that outputs the value selected from one of two source modules chosen by the output value from a control module.

Variables

DEFAULT_SELECT_EDGE_FALLOFF
double DEFAULT_SELECT_EDGE_FALLOFF;

@addtogroup libnoise @{ @addtogroup modules @{ @addtogroup selectormodules @{ Default edge-falloff value for the module::Select noise module.

DEFAULT_SELECT_LOWER_BOUND
double DEFAULT_SELECT_LOWER_BOUND;

Default lower bound of the selection range for the module::Select noise module.

DEFAULT_SELECT_UPPER_BOUND
double DEFAULT_SELECT_UPPER_BOUND;

Default upper bound of the selection range for the module::Select noise module.

Meta