home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 October - Disc 2 / PCNET_CD_2006_10_2.iso / apps / k3d-all-in-one-setup-0.5.14.0.exe / k3d-setup-0.5.14.0.exe / share / lsystem / shell3.ls < prev    next >
Encoding:
Text File  |  2005-02-12  |  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.