noise.mod.simplex

Undocumented in source.

Members

Classes

Simplex
class Simplex
Undocumented in source.

Variables

DEFAULT_SIMPLEX_FREQUENCY
double DEFAULT_SIMPLEX_FREQUENCY;

Default frequency for the module::Simplex noise module.

DEFAULT_SIMPLEX_LACUNARITY
double DEFAULT_SIMPLEX_LACUNARITY;

Default lacunarity for the module::Simplex noise module.

DEFAULT_SIMPLEX_OCTAVE_COUNT
int DEFAULT_SIMPLEX_OCTAVE_COUNT;

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

DEFAULT_SIMPLEX_PERSISTENCE
double DEFAULT_SIMPLEX_PERSISTENCE;

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

DEFAULT_SIMPLEX_QUALITY
NoiseQuality DEFAULT_SIMPLEX_QUALITY;

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

DEFAULT_SIMPLEX_SEED
int DEFAULT_SIMPLEX_SEED;

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

SIMPLEX_MAX_OCTAVE
int SIMPLEX_MAX_OCTAVE;

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

Meta