home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / share / k3d / lsystem / tree-base.ls < prev    next >
Text File  |  2008-01-23  |  205b  |  13 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 10
  3. 10
  4. 50
  5. p
  6. p=FF[cag]>(120)[cag]>(120)[cag]>(50)!(0.9)'~(3)p
  7. g=~(3)!'F[cmb][cnb]^(5)g
  8. b=~(3)!'F[cmF][cnF]^(3)b
  9. a=&a
  10. m=+m
  11. n=-n
  12. @
  13.