Update changed values
This commit is contained in:
@ -20,7 +20,7 @@ function draw() {
|
|||||||
angle = 45;
|
angle = 45;
|
||||||
stroke(255);
|
stroke(255);
|
||||||
translate(200, height);
|
translate(200, height);
|
||||||
let wind = noise(frameCount/50) * 10;
|
let wind = noise(frameCount/100) * 20;
|
||||||
branch(100, 5, 255, wind);
|
branch(100, 5, 255, wind);
|
||||||
a = 255;
|
a = 255;
|
||||||
//noLoop();
|
//noLoop();
|
||||||
|
|||||||
Reference in New Issue
Block a user