Another first attempt.

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
Alan
Posts: 3
Joined: Fri Jul 29, 2005 1:57 am
Location: Templepatrick

Another first attempt.

Post 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]

Post Reply