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

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 19
  3. 10
  4. 10
  5. #
  6. PPPPPPPPPPPPPPPPPPPPPP
  7. #
  8. P=S>(20)gg'
  9. S=[&(90)[A]+(20)^(90)gg'&(90)[B]]
  10. #
  11. A=[^gA{.].
  12. B=B^.g.}
  13. @
  14.