Noise-1.0.4: A Haskell coherent noise generator based on libnoise

Math.Noise.Modules.Perlin

Documentation

data Perlin Source

Constructors

Perlin 

Fields

perlinFrequency :: Double

Frequency of the first octave

perlinLacunarity :: Double

Frequency multiplier between successive octaves

perlinOctaves :: Int

Total number of octaves that generate the Perlin noise

perlinPersistence :: Double

Persistence of the Perlin noise

perlinSeed :: Int