jdf / processing-py-site

Site for processing.py.
MIT License
197 stars 52 forks source link

noise() function documentation #190

Open WayneKiely opened 3 years ago

WayneKiely commented 3 years ago

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

tabreturn commented 3 years ago

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