Marigold

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

Marigold

Post by Alan »

A colored version of my previous flower.
Easier than I thought.

Code: Select all

startshape MARIGOLD{color}

rule MARIGOLD{
PETAL1{}
PETAL2{}
}

rule PETAL1 {
CIRCLE{x 1 y 2 skew 20 40  sat 0.5 b 0.8}
PETAL1{s 0.99 r 15 b 0.025 hue 1.5 sat 0.5 b 0.025}
PETAL2{s 0.99 r -15 hue 1.5 sat 0.7  }
}

rule PETAL2 {
CIRCLE{x 1 y 2 skew 20 40  sat 0.5 b 0.8 }
PETAL2{s 0.99 r -15 hue 1.5 sat 0.5 b 0.025}
}
[img]
http://chriscoyne.com/gallery/uploads// ... 654165.png
[/img]
:)

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

It has some motion illusion too ! When you look at its center, then outside, it appears to grow !

Scary...

Post Reply