Page 1 of 1

Oozescape

Posted: Sat Oct 01, 2005 4:59 pm
by momo

Posted: Sat Oct 01, 2005 6:36 pm
by LaT3x
gorgeus momo... really impresive

Posted: Sat Oct 01, 2005 9:48 pm
by Bargonaut
Wow. Beautiful colors, too.
-Brad

Posted: Sat Oct 01, 2005 9:58 pm
by MtnViewJohn
Totally cool. But if you make it large enough the center comes out green. This is a perfect case for the color limit syntax.

Code: Select all

startshape START1

rule START1 { START {|hue 60 }}
rule START {
SCENE { b 0.01 sat 0.8}
}


rule SCENE {
	CURVE {  }	
	START { s 0.995 r 20 b 0.01 hue 0.0035|  sat 0.8}
}

rule CURVE {
	SQUARE { }
	CURVE { y 1 s 0.997 r 5  }
}

rule CURVE 0.007 {
	CIRCLE { s 3.5  b 0.5}
	CURVE { y 1 s 0.99 r 10 }
}

rule CURVE 0.01 {
	FLOWER { }
	SQUARE { }
	CURVE { y 1 s 0.99 r -40 skew 10 0 }
}

rule FLOWER {
	TRIANGLE { s 15 1 r 45 }
	FLOWER { s 0.9 r 45 }
}

Posted: Mon Oct 03, 2005 1:21 am
by momo
Thanks for your comments.

MtnViewJohn, i didn't know about that color limit feature. It's very usefull and i'll be using it in the future.

Posted: Wed Oct 05, 2005 8:38 am
by lagroue
We lack advertisement on this !
There is a post about it : http://chriscoyne.com/cfdgforums/viewtopic.php?t=208