Oozescape

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
momo
Posts: 53
Joined: Tue Jul 19, 2005 5:08 am

Oozescape

Post by momo »


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

Post by LaT3x »

gorgeus momo... really impresive

Bargonaut
Posts: 21
Joined: Wed Jul 27, 2005 1:28 pm

Post by Bargonaut »

Wow. Beautiful colors, too.
-Brad

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post 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 }
}

momo
Posts: 53
Joined: Tue Jul 19, 2005 5:08 am

Post 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.

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

Post by lagroue »

We lack advertisement on this !
There is a post about it : http://chriscoyne.com/cfdgforums/viewtopic.php?t=208

Post Reply