noise.mod.billow

Undocumented in source.

Members

Classes

Billow
class Billow

Noise module that outputs three-dimensional "billowy" noise.

Variables

BILLOW_MAX_OCTAVE
int BILLOW_MAX_OCTAVE;

Maximum number of octaves for the the noise::module::Billow noise module.

DEFAULT_BILLOW_FREQUENCY
double DEFAULT_BILLOW_FREQUENCY;

@addtogroup libnoise @{ @addtogroup modules @{ @addtogroup generatormodules @{ Default frequency for the noise::module::Billow noise module.

DEFAULT_BILLOW_LACUNARITY
double DEFAULT_BILLOW_LACUNARITY;

Default lacunarity for the the noise::module::Billow noise module.

DEFAULT_BILLOW_OCTAVE_COUNT
int DEFAULT_BILLOW_OCTAVE_COUNT;

Default number of octaves for the the noise::module::Billow noise module.

DEFAULT_BILLOW_PERSISTENCE
double DEFAULT_BILLOW_PERSISTENCE;

Default persistence value for the the noise::module::Billow noise module.

DEFAULT_BILLOW_QUALITY
NoiseQuality DEFAULT_BILLOW_QUALITY;

Default noise quality for the the noise::module::Billow noise module.

DEFAULT_BILLOW_SEED
int DEFAULT_BILLOW_SEED;

Default noise seed for the the noise::module::Billow noise module.

Meta