We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c8283 commit 4baa951Copy full SHA for 4baa951
src/data/examples/en/08_Math/15_Noise2D.js
@@ -3,7 +3,6 @@
3
* @arialabel Two gradient, perlin noises, one on the left and one on the right
4
* @frame 710,400 (optional)
5
* @description Create a 2D noise with different parameters.
6
- *
7
*/
8
9
let noiseVal;
@@ -39,5 +38,5 @@ function draw() {
39
38
textSize(18);
40
fill(255, 255, 255);
41
text('Noise2D with 2 octaves and 0.2 falloff', 10, 350);
42
- text('Noise2D with 1 octaves and 0.7 falloff', 330, 350);
+ text('Noise2D with 5 octaves and 0.5 falloff', 330, 350);
43
}
0 commit comments