home *** CD-ROM | disk | FTP | other *** search
- # ------------------ L-System script for ficus tree -------------------------
- # Version 2: Abundant growth of small leaves. (Generates file size over
- # 3X the file size of Version 1.)
- #
- 13 #recursion depth
- 30 #basic angle
- 50 #starting thickness (% of length)
- #
- FFFFFA
- #
- A=!(.8)t(.1)FB>(94)C>(132)D
- B=[&'t(.4)!(.9)F$AL|zL]
- C=[&'t(.3)!(.8)F$AL|zL]
- D=[&'t(.25)!(.7)F$AL|zL]
- #
- L=[c~^{-f(1.2)+f(1.2)+f(1.2)-|-f(1.2)+f(1.2)+f(1.2)}] #leaf polygon
- @
- #----------------------------------------------------------------------------
-
-
-
-