Simplex noise

Simplex noise

Simplex noise is a method for constructing an n-dimensional noise function comparable to Perlin noise ("classic" noise) but with a lower computational overhead, especially in larger dimensions. Ken Perlin designed the algorithm in 2001 [Ken Perlin, Noise hardware. In Real-Time Shading SIGGRAPH Course Notes (2001), Olano M., (Ed.). [http://www.csee.umbc.edu/~olano/s2002c36/ch02.pdf (pdf)] ] to address the limitations of his classic noise function, especially in higher dimensions.

The advantages of simplex noise over Perlin noise:
* Simplex noise has a lower computational complexity and requires fewer multiplications.
* Simplex noise scales to higher dimensions (4D, 5D and up) with much less computational cost, the complexity is O(n^2) for n dimensions instead of the O(2^n) of classic Noise [Ken Perlin, Making noise. Based on a talk presented at GDCHardcore (Dec 9, 1999). [http://www.noisemachine.com/talk1/32.html (url)] ] .
* Simplex noise has no noticeable directional artifacts (is isotropic).
* Simplex noise has a well-defined and continuous gradient everywhere that can be computed quite cheaply.
* Simplex noise is easy to implement in hardware.

Whereas classical noise interpolates between the values from the surrounding hypergrid end points (ie: North South East West in 2D), Simplex noise divides the space into simplexes (ie: n dimensional equilateral triangles) to interpolate between. This reduces the number of data points. While a hypercube in N dimensions has 2^N corners, a simplex in N dimensions has only N+1 corners.

See also

*Perlin noise

References

External links

* [http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf Short technical article with source code by Stefan Gustavson] (PDF)
* [http://mrl.nyu.edu/~perlin/homepage2006/simplex_noise/index.html Perlin's animated "rubber sheet" simplex noise demo]
* [http://staffwww.itn.liu.se/~stegu/aqsis/aqsis-newnoise/ Another implementation of Simplex Noise in C++ (SimplexNoise1234)]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Value noise — is a type of noise commonly used as a procedural texture primitive in computer graphics. It is conceptually different, and often confused with gradient noise examples of which are the Perlin noise and Simplex noise. This method consists of a… …   Wikipedia

  • Perlin noise — is a procedural texture primitive, used by visual effects artists to increase the appearance of realism in computer graphics. This is a type of Gradient noise. The function has a pseudo random appearance, yet all of its visual details are the… …   Wikipedia

  • Gradient noise — is a type of noise commonly used as a procedural texture primitive in computer graphics. It is conceptually different, and often confused with value noise. This method consists of a creation of a lattice of random gradients, which are then… …   Wikipedia

  • Шум Перлина — Двумерный срез трёхмерной разновидности шума Перлина. Perlin noise (Шум Перлина, также иногда Классический шум Перлина) математический алгоритм по генерированию процедурной текстуры псевдо случайным методом. Используется в компьютерной графике… …   Википедия

  • Градиентный шум — Пример градиентного шума Шум Перлина. Градиентный шум разновидность алгоритмов генерации шума, используемых в компьютерной графике для создания процедурных текстур. При генерации градиентного шума создается решётка случайных градиентов, которые… …   Википедия

  • Bill Nelson (musician) — Infobox musical artist | Name = Bill Nelson Img capt = Img size = 150 Landscape = Background = solo singer Birth name = William Nelson Alias = Born = Birth date and age|1948|12|18|df=y Wakefield, West Yorkshire, England, UK Died = Instrument =… …   Wikipedia

  • List of electronics topics — Alphabetization has been neglected in some parts of this article (the b section in particular). You can help by editing it. This is a list of communications, computers, electronic circuits, fiberoptics, microelectronics, medical electronics,… …   Wikipedia

  • Two-way radio — receiver which only receives content. Two way radios are available in mobile, stationary base and hand held portable configurations. Hand held radios are often called walkie talkies or handie talkies. A push to talk or Press To Transmit button is …   Wikipedia

  • nervous system disease — Introduction       any of the diseases or disorders that affect the functioning of the human nervous system (nervous system, human). Everything that humans sense, consider, and effect and all the unlearned reflexes of the body depend on the… …   Universalium

  • Mobile radio — This article is about professional equipment. For mobile radios used in amateur radio, see amateur radio mobile operation. Mobile radio or mobiles refer to wireless communications systems and devices which are based on radio frequencies, and… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”