Numeric.Noise.Perlin
Description
Implementation of Perlin noise.
Documentation
Perlin noise function.
noiseValue :: Noise a => a -> Point -> DoubleSource
Maps 3-space points to a noise value between -1 and 1 for the given noise function.
hsnoise-0.0.1: A coherent 3d noise library.
Numeric.Noise.Perlin
Description
Implementation of Perlin noise.
Perlin noise function.
noiseValue :: Noise a => a -> Point -> DoubleSource
Maps 3-space points to a noise value between -1 and 1 for the given noise function.