I would like to understand how to create perlin noise in general.
And how to specifically create perlin noise in the graphics shader language.
Where I can find good resources or tutorial for this?
I have found some tutorial from perlin himself, but it wasnt detailed enough and I couldnt understand how to create perlin noise from it.
Perlin noise
Started by yakul, Dec 13 2006 07:26 AM
1 reply to this topic
#1
Posted 13 December 2006 - 07:26 AM
#2
Posted 13 December 2006 - 07:32 AM
Source code: http://mrl.nyu.edu/~perlin/noise/
For use on GPUs, I would just upload a pregenerated noise texture. Generating noise directly on the GPU is actually quite tricky (and slow).
For use on GPUs, I would just upload a pregenerated noise texture. Generating noise directly on the GPU is actually quite tricky (and slow).
reedbeta.com - developer blog, OpenGL demos, and other projects
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












