CrystalSpace

Public API Reference

Selector Modules
[Noise Modules]

Classes

class  CS::Math::Noise::Module::Blend
 Noise module that outputs a weighted blend of the output values from two source modules given the output value supplied by a control module. More...
class  CS::Math::Noise::Module::Select
 Noise module that outputs the value selected from one of two source modules chosen by the output value from a control module. More...

Variables

const double CS::Math::Noise::Module::DEFAULT_SELECT_EDGE_FALLOFF = 0.0
 Default edge-falloff value for the CS::Math::Noise::Module::Select noise module.
const double CS::Math::Noise::Module::DEFAULT_SELECT_LOWER_BOUND = -1.0
 Default lower bound of the selection range for the CS::Math::Noise::Module::Select noise module.
const double CS::Math::Noise::Module::DEFAULT_SELECT_UPPER_BOUND = 1.0
 Default upper bound of the selection range for the CS::Math::Noise::Module::Select noise module.

Variable Documentation

Default edge-falloff value for the CS::Math::Noise::Module::Select noise module.

Definition at line 43 of file select.h.

Default lower bound of the selection range for the CS::Math::Noise::Module::Select noise module.

Definition at line 47 of file select.h.

Default upper bound of the selection range for the CS::Math::Noise::Module::Select noise module.

Definition at line 51 of file select.h.


Generated for Crystal Space 2.0 by doxygen 1.6.1