Page 1 of 1

Softness

Posted: Thu Jul 21, 2005 5:48 am
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 ]
}

Posted: Thu Jul 21, 2005 6:11 am
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 ]
}

Posted: Thu Jul 21, 2005 6:16 am
by alastair_hm
Nice work there :)

Posted: Thu Jul 21, 2005 8:57 am
by LaT3x
:shock: wooow... lagroue.... really you're the master

Incredible!!!

Posted: Thu Jul 21, 2005 1:24 pm
by vapocalypse
This is just incredible! :D

You are really doing art with this!