Flower pattern with some interference

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
Rookie
Posts: 2
Joined: Fri Jul 08, 2005 9:39 am
Location: Belgium

Flower pattern with some interference

Post by Rookie »

Code: Select all

startshape Flower

rule Flower
{
	Leaf{ }
	Leaf {r 90}
	Leaf {r 180}
	Leaf {r 270}
}

rule Leaf
{
	line { }
	Leaf { r 2 s 0.95 b 0.05 } 
}

rule line
{
	CIRCLE { }
	line { x 0.1 r 0.2  s 0.999}	
}
Image

Post Reply