Skip to content

Commit

Permalink
Edit noise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Jul 30, 2023
1 parent 6ca2219 commit a965f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/math/noise.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ p5.prototype.noise = function(x, y = 0, z = 0) {
* octaves contribute more to the output signal. They define the overall
* intensity of the noise. Higher octaves create finer-grained details.
*
* By default, noise values combine four octaves. Each higher octave
* contributes half as much (50% less) compared to its predecessor.
* By default, noise values are created by combining four octaves. Each higher
* octave contributes half as much (50% less) compared to its predecessor.
* `noiseDetail()` changes the number of octaves and the falloff amount. For
* example, calling `noiseDetail(6, 0.25)` ensures that
* <a href="#/p5/noise">noise()</a> will use six octaves. Each higher octave
Expand Down

0 comments on commit a965f05

Please sign in to comment.