home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Multimedia
/
k3d-setup-0.7.11.0.exe
/
share
/
k3d
/
lsystem
/
shell2.ls
< prev
next >
Wrap
Text File
|
2008-01-23
|
321b
|
16 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
19
10
10
#
>(20)PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
#
P=S>(40)g'
S=[&(90)[cD][A]+(20)^(90)g'&(90)[B][cD]]
#
D=^FD # show stalks
#
A=[^gA{.]. # put polygons on them
B=B^.g.}
@