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