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 / abop-fractal.ls < prev    next >
Encoding:
Text File  |  2005-02-12  |  210 b   |  10 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 2    # recursion depth
  3. 90    # angle
  4. 20    # thickness as % of length
  5. X+cX+cX+cX
  6. X=^F+F+F+F+&f
  7. F=F+f-FF+F+FF+Ff+FF-f+FF-F-FF-Ff-FFF
  8. f=ffff
  9. @
  10.