home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hackers Magazine 57
/
CdHackersMagazineNr57.iso
/
Software
/
Multimedia
/
k3d-setup-0.7.11.0.exe
/
share
/
k3d
/
lsystem
/
palm-tree.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-01-23
|
591 b
|
23 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
12
5
30
#
c(4)FFS # the actual tree
#
S=FFR>(60)R>(60)R>(60)R>(60)R>(60)R>(30)S # six branches per segment
R=[Ba] # a single branch
#
a=$tF[Cx]Fb # see bop08.ls
b=$tF[Dy]Fa
#
B=&B # angle increments
C=+C
D=-D
#
x=a # apical elay
y=b
#
F='(1.25)F'(.8) # elongation rate
@