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-2d-form.ls next >
Encoding:
Text File  |  2005-02-12  |  164 b   |  9 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 4    # recursion depth
  3. 20    # angle
  4. 100    # thickness as % of length
  5. X
  6. X=F[+X]F[-X]+X
  7. F=FF
  8. @
  9.