Fractal trees with L-system

Back

Other trees


The following scripts gives an oportunity to experiment with totaly different trees by changing the parameters in bold



6
60 # changes leaf form only
50
c(8)F!FA
A=!(.8)"(.9)[~(20)FFAL][~(40)FAL] #changes the look of the branches
w=c(1)~(120)f(100){-f(20)+f(20)+f(20)-|-f(20)+f(20)} #changes the look of the leaves
L=f(100)[w][w]z[w][w][w]L
@
fig29 (15K)

13
80 #
affects both branches and leaf form
150
c(8)FFAL
A=[~(10)&B]>(80)FFF[~(10)&B]>(80)d:A
B=!(0.6)[CL]dFF[CL]dF[CL]L
C=FaFaFaFaFaFaFaFaFaFaFaF # length of branches
d="(.97)!(.8)
a=~(15)!(.6) # spread and decrement of branches
w=c(1)~(120)f(150){-f(30)+f(30)+f(30)-|-f(30)+f(30)}
L=f(50)[w][w][w]z[w][w][w]L
@
fig30 (14K)