home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Multimedia
/
k3d-setup-0.7.11.0.exe
/
share
/
k3d
/
lsystem
/
abop-nested-polygon-leaves.ls
< prev
next >
Wrap
Text File
|
2008-01-23
|
329b
|
16 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
20
7
50
#
&(10)c(4)Dc(6)[p>(72)p>(72)p>(72)p>(72)p]c(7)E # 5 petal elements on a branch
#
p=[&(90)[A]+(72)[B]] # one petal
#
A=[^gA{.]. # first 'curved line'
B=B^.g.} # second 'curved line'
#
D=t(.1)Ft(.1)FD # branch
E=FE # stem
@