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

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 19
  3. 10
  4. 10
  5. #
  6. >(20)PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP
  7. #
  8. P=S>(40)g'
  9. S=[&(90)[cD][A]+(20)^(90)g'&(90)[B][cD]]
  10. #
  11. D=^FD                           # show stalks
  12. #
  13. A=[^gA{.].                      # put polygons on them
  14. B=B^.g.}
  15. @
  16.