home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / tema / genesis / download / data1.cab / Support / Plants / farBush.ls < prev    next >
Text File  |  2001-02-26  |  285b  |  13 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 3     # recursion depth
  3. 22.5    # angle
  4. 10      # thickness as % of length
  5. #
  6. c(12)A
  7. #
  8. A=~(20)[&FL!A]>>>>>~(20)[&FL!A]>>>>>>>~(20)[&FL!A]
  9. F=S>>>>>F
  10. S=FL[~(90)L]
  11. L=[c(8)^^{-ff+ff+ff-|-ff+ff+ff}]
  12. @
  13.