Pythagoras fractal tree: Step 3
Video reference
Step 3: GGB script
n = Slider(1, 10, 1, 1, 200)
All = IterationList(Flatten(Zip(Grow(sq, t), sq, level)), level, {{s}}, n)
Thanks for your support: https://www.patreon.com/jcponce
Have fun!
n = Slider(1, 10, 1, 1, 200)
All = IterationList(Flatten(Zip(Grow(sq, t), sq, level)), level, {{s}}, n)