Gradient noise

Source: Wikipedia, the free encyclopedia.

Gradient noise is a type of

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. [1] Later developments were Simplex noise and OpenSimplex noise.

References