Update changed values

This commit is contained in:
Lev
2021-07-17 21:33:40 -05:00
parent fe88a3f500
commit 35a4528e58

View File

@ -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();