From 35a4528e58778b71001ff6b30f56ad0facf21b47 Mon Sep 17 00:00:00 2001 From: Lev Date: Sat, 17 Jul 2021 21:33:40 -0500 Subject: [PATCH] Update changed values --- .../Topic 9/9.1.6 Fractal tree/sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CM2030 Graphics Programming/Topic 9/9.1.6 Fractal tree/sketch.js b/CM2030 Graphics Programming/Topic 9/9.1.6 Fractal tree/sketch.js index 51830da..8d90b11 100644 --- a/CM2030 Graphics Programming/Topic 9/9.1.6 Fractal tree/sketch.js +++ b/CM2030 Graphics Programming/Topic 9/9.1.6 Fractal tree/sketch.js @@ -20,7 +20,7 @@ function draw() { angle = 45; stroke(255); translate(200, height); - let wind = noise(frameCount/50) * 10; + let wind = noise(frameCount/100) * 20; branch(100, 5, 255, wind); a = 255; //noLoop();