Skip to content

Perlin noise documentation #51

@processing-bugs

Description

@processing-bugs

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions