gradient noise

{{short description|Type of noise in computer graphics}}

File:Perlin_noise.jpg

Gradient noise is a type of noise commonly used as a procedural texture primitive in computer graphics. It is conceptually different from{{Explain|date=November 2017}}, and often confused with, value noise. This method consists of a creation of a lattice of random (or typically pseudorandom) gradients, dot products of which are then interpolated to obtain values in between the lattices. An artifact of some implementations of this noise is that the returned value at the lattice points is 0. Unlike the value noise, gradient noise has more energy in the high frequencies.

The first known implementation of a gradient noise function was Perlin noise, credited to Ken Perlin, who published the description of it in 1985. David Ebert, Kent Musgrave, Darwyn Peachey, Ken Perlin, and Worley. [https://books.google.com/books?id=77KjBQAAQBAJ&q=%22gradient+noise%22 Texturing and Modeling: A Procedural Approach]. Academic Press, October 1994. {{ISBN|0-12-228760-6}} Later developments were Simplex noise and OpenSimplex noise.

References

{{reflist}}

{{Procedural noise |state=expanded}}

Category:Noise (graphics)

Category:Computer graphic techniques

{{graphics-software-stub}}