-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Issue by solsword
Friday May 30, 2014 at 05:44 GMT
Originally opened as processing/processing-web-archive#423
The documentation for the noise() function claims that it is a Perlin noise implementation. Actually, the noise function it implements is value noise [1], which is not nearly as good for most applications as real Perlin noise (see a comparison at [2]). The documentation should be updated to reflect this, especially given the frequent confusion of value noise and Perlin noise and the fact that Processing is probably for many their first introduction to the concept of continuous noise functions.
[1] http://en.wikipedia.org/wiki/Value_noise
[2] http://imgur.com/guiiWRU
Metadata
Metadata
Assignees
Labels
No labels