noise.mod.perlin

Undocumented in source.

Members

Classes

Perlin
class Perlin

Noise module that outputs 3-dimensional Perlin noise.

Variables

DEFAULT_PERLIN_FREQUENCY
double DEFAULT_PERLIN_FREQUENCY;

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

DEFAULT_PERLIN_LACUNARITY
double DEFAULT_PERLIN_LACUNARITY;

Default lacunarity for the module::Perlin noise module.

DEFAULT_PERLIN_OCTAVE_COUNT
int DEFAULT_PERLIN_OCTAVE_COUNT;

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

DEFAULT_PERLIN_PERSISTENCE
double DEFAULT_PERLIN_PERSISTENCE;

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

DEFAULT_PERLIN_QUALITY
NoiseQuality DEFAULT_PERLIN_QUALITY;

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

DEFAULT_PERLIN_SEED
int DEFAULT_PERLIN_SEED;

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

PERLIN_MAX_OCTAVE
int PERLIN_MAX_OCTAVE;

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

Meta