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

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