processing-py-site icon indicating copy to clipboard operation
processing-py-site copied to clipboard

noise() function documentation

Open WayneKiely opened this issue 5 years ago • 1 comments

It might be worth noting in the documentation for the above function that noise(x) = noise(-x)? I didn't realise this and it has just cost me an hour to find out why the images I had applied noise to were always symmetrical about the (-1, -1) to (1, 1) diagonal axis. This officially qualifies me as 'slow'! Regards, W

WayneKiely avatar Jan 18 '21 10:01 WayneKiely

Thanks @WayneKiely. Are you referring to this entry? https://py.processing.org/reference/noise.html

tabreturn avatar Jan 18 '21 20:01 tabreturn