Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenC implementation of Perlin Simplex Noise over 1, 2, 3 and 4 dims. More... Go to the source code of this file.
Detailed DescriptionC implementation of Perlin Simplex Noise over 1, 2, 3 and 4 dims. This implementation is "Simplex Noise" as presented by Ken Perlin at a relatively obscure and not often cited course session "Real-Time Shading" at Siggraph 2001 (before real time shading actually took on), under the title "hardware noise". The 3D function is numerically equivalent to his Java reference code available in the PDF course notes, although I re-implemented it from scratch to get more readable code. The 1D, 2D and 4D cases were implemented from scratch by me from Ken Perlin's text. This file has no dependencies on any other file, not even its own header file. The header file is made for use by external code only. Definition in file prog_noise.c. Generated on Sun May 27 2012 04:59:17 for ReactOS by
1.7.6.1
|
|||||||||||||||||||||||||||||||||||||||||