rsagl-0.4.0.3: The RogueStar Animation and Graphics Library

Safe HaskellSafe-Infered

RSAGL.Modeling.Noise

Synopsis

Documentation

perlinNoise :: Point3D -> RSdoubleSource

Intellectual property note:

This is based on Perlin's improved noise reference implementation. I'm assuming from the manner in which it is published and the usage of the term reference implementation that it was intended to be the basis of derivative code such as this.