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

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. #
  3. # Ternary skeleton
  4. #
  5. 15
  6. 30
  7. 20
  8. #
  9. c(12)FA
  10. #
  11. A=!(.9)t(.4)FB>(94)B>(132)B
  12. B=[&t(.4)F$A]
  13. F='(1.25)F'(.8)
  14. @
  15.