If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Course: Unlisted resources area > Unit 2

Lesson 1: ProcessingJS documentation

noise()

Returns the Perlin noise value at specified coordinates. The resulting value will always be between 0.0 and 1.0. Read more in the ProcessingJS reference.
Parameters:
NameDescription
xthe x-coordinate in noise space
ythe y-coordinate in noise space (optional)
zthe z-coordinate in noise space (optional)

Want to join the conversation?

No posts yet.