Page 1 of 1

Rose

Posted: Sat Jul 16, 2005 3:52 am
by LaT3x

Code: Select all

startshape flor

rule flor { circulo { f 90 s 3 r -15 s 1 2 } rosa {r -15 x .25 y 1} }

rule rosa{ circulo {} rosa{s .9  b .02 x .1 r 55 } }
rule rosa{ circulo {} rosa{s .9  b .02 x .1 r 75 } }
rule rosa{ circulo {} rosa{s .9  b .02 x .2 r 85 } }
rule rosa{ circulo {} rosa{s .9  b .02 x .3 r 95 } }

rule circulo { CIRCLE {} CIRCLE {x .05 b 1} }

Posted: Sun Jul 17, 2005 1:08 am
by aaronstj
Neat. Very abstract, but very effective.

Posted: Sun Jul 17, 2005 8:04 pm
by Gernouille
I love it a lot!