TREE on "----- O ----" mode

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
LaT3x
Posts: 68
Joined: Wed Jul 06, 2005 3:11 pm
Location: Madrid, Spain

TREE on "----- O ----" mode

Post by LaT3x »

Code: Select all

startshape arbol 

rule arbol { linea{} arbol {y 1.5 s .99 r 5} }
rule arbol { linea{} arbol {y 1.5 s .99 r -5} }
rule arbol .4 {  circulo {}  arbol {y 1 x -1 r 10 s .8 }  arbol {y 1 x 1 r -10 s .8 } }
rule linea { SQUARE {s .2 1} }
rule circulo { CIRCLE {} CIRCLE {s .8 b 1 } }

kryptology
Posts: 3
Joined: Fri Jul 15, 2005 4:07 pm

Post by kryptology »

Very Nice!

Post Reply