There was an error while loading. Please reload this page.
1 parent 79db066 commit 3a8d755Copy full SHA for 3a8d755
GenerativeTree.pde
@@ -99,8 +99,6 @@ class Branch {
99
double length = (Math.random() * 8) + 4;
100
angle += PI / 180 * ((Math.random() * 30) -15);
101
102
- println(PI / 180);
103
-
104
PVector newPosition = position.get();
105
newPosition.x += length * Math.cos(angle);
106
newPosition.y += length * Math.sin(angle);
0 commit comments