Jump to content

Perlin noise

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Maltest (talk | contribs) at 14:53, 9 September 2005 (all those links are available through Perlin's AA page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Two-dimensional Perlin noise.

Perlin noise is a function which uses interpolation between a large number of pre-calculated gradient vectors to construct a value that varies pseudo-randomly over space and/or time. It resembles band-limited white noise, and is often used in CGI to make computer-generated objects more natural-looking, by imitating the pseudo-randomness of nature.

It resulted from the work of Ken Perlin, who invented it to generate textures for Tron. He won a special Academy Award for Perlin noise in 1997. Interestingly, Tron was denied the 1982 Academy Award for visual effects, because it "cheated" by using computer-generated imagery.

Perlin noise is widely used in computer graphics for effects like fire, smoke and clouds. It is also frequently used to generate textures when memory is extremely limited, such as in demos.