5 lines
154 B
Text
5 lines
154 B
Text
fractalDepth = 10
|
|
initSize = 7.0
|
|
spreadAngle = 35*PI/180
|
|
scaleFactor = 0.95
|
|
img = fractalTree(480, 380, fractalDepth, initSize, spreadAngle, scaleFactor)
|