Page 1 of 1

Another first attempt.

Posted: Fri Jul 29, 2005 2:28 am
by Alan
Just have to do this in color now.

Code: Select all

startshape FLOWER

rule FLOWER{
PETAL1{}
PETAL2{}
}

rule PETAL1 {
CIRCLE{x 1 y 2 skew 20 40  }
PETAL1{s 0.99 r 15 b 0.025}
PETAL2{s 0.99 r -15 }
}

rule PETAL2 {
CIRCLE{x 1 y 2 skew 20 40  }
PETAL2{s 0.99 r -15 }
}


:?

[img]
http://chriscoyne.com/gallery/uploads// ... 628375.png
[/img]