first real picture

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
matt0baba
Posts: 1
Joined: Sat Jan 07, 2006 10:49 am
Location: Vancouver

first real picture

Post by matt0baba »

here it is ,,, any comments are welcome [startshape pattern
background { b -1}
rule pattern { cross {}
cross { flip 60}
cross { flip 120 }
cross { flip 180}
cross { flip 240}
cross { flip 300}
}
rule cross { trunk {}
trunk { r 72 }
trunk { r 144 }
trunk { r 216 }
trunk { r 278}
}
rule trunk {
branch { x 2 }
branch { x 4 }
branch { x 6}
branch { x -2 }
branch { x -4 }
branch { x -6}
}

rule branch { twigs { }
twigs { y 2 r .2 s 2 }
twigs { y 4 r .2 s 2 }
twigs { y 6 r .2 s 2 }
twigs { y -2 r .2 s 2 }
twigs { y -4 r .2 s 2 }
twigs { y -6 r 2 s 2 }
}

rule twigs { SQUARE { r -2 x 1.1 y 1.2 s .925 b .1 } twigs { r -2 x 1.1 y 1.2 s .91 b .111}}][/code]

Post Reply