We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all, I am having fun with the Perlin noise but I would like to have more control on its behaviour besides the noiseDetail. Is there a way I can edit the noise() function?
Thanks!
Answers
Sure. Just look at the source for PApplet and find the
noise()
function. Then you can copy that into your sketch and change whatever you want.Great, thanks!!