Softness

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
User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Softness

Post by lagroue »

Image

Sorry for the big image, but at low resolution the effect is less cute :)

Code: Select all

startshape bouquet

rule bouquet {
	flower5 { s 1.3 r 36 }
	flower6 { x 1.8 r 15 }
}

rule flower6 {
	demiflower6 { }
	demiflower6 { flip 90 }
}

rule flower5 {
	demiflower5 { }
	demiflower5 { flip 90 }
}

rule demiflower6 {
	petal6 { }
	petal6 { r 30 }
	petal6 { r 60 }
	petal6 { r 90 }
	petal6 { r 120 }
	petal6 { r 150 }
	petal6 { r 180 }
	petal6 { r 210 }
	petal6 { r 240 }
	petal6 { r 270 }
	petal6 { r 300 }
	petal6 { r 330 }
}
rule demiflower5 {
	petal5 { }
	petal5 { r 72 }
	petal5 { r 144 }
	petal5 { r 216 }
	petal5 { r 288 }
}

rule petal5 {
	SQUARE { s 1 0.0001 }
	CIRCLE { x -0.5 s 0.005 b -1 }
	petal5 [ x 0.5 r 144.04 s 0.998 x 0.5 b 0.003 ]
}

rule petal6 {
	SQUARE { s 1 0.001 }
	CIRCLE { x -0.5 s 0.01 b -1 }
	petal6 [ x 0.5 r 120.21 s 0.996 x 0.5 b 0.005 ]
}

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

Post by lagroue »

Another nice variation :

Image

Code: Select all

startshape bouquet

rule bouquet {
	flower6 {}
}

rule flower6 {
	demiflower6 { }
	demiflower6 { flip 7.5 }
}

rule demiflower6 {
	petal6 { }
	petal6 { r 30 }
	petal6 { r 60 }
	petal6 { r 90 }
	petal6 { r 120 }
	petal6 { r 150 }
	petal6 { r 180 }
	petal6 { r 210 }
	petal6 { r 240 }
	petal6 { r 270 }
	petal6 { r 300 }
	petal6 { r 330 }
}

rule petal6 {
	SQUARE { s 1.1 0.001 }
	CIRCLE { x 0.0 s 0.1 b -1 }
	petal6 [ x 0.5 r 111 s 0.996 x 0.5 b 0.05 ]
}

alastair_hm
Posts: 10
Joined: Wed Jul 20, 2005 5:41 am
Contact:

Post by alastair_hm »

Nice work there :)

User avatar
LaT3x
Posts: 68
Joined: Wed Jul 06, 2005 3:11 pm
Location: Madrid, Spain

Post by LaT3x »

:shock: wooow... lagroue.... really you're the master

User avatar
vapocalypse
Posts: 7
Joined: Tue Jul 19, 2005 8:41 am
Location: Amsterdam

Incredible!!!

Post by vapocalypse »

This is just incredible! :D

You are really doing art with this!

Post Reply