Sea anemone

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
vapocalypse
Posts: 7
Joined: Tue Jul 19, 2005 8:41 am
Location: Amsterdam

Sea anemone

Post by vapocalypse »

I got a nice effect inverting the brightness

Code: Select all

startshape anemoneb

rule anemoneb {
	anemone { b .9 }
}

rule anemone {
	tentacle { }
	anemone { x 1 r -10 s .995 b -.002 }
}

rule tentacle {
	CIRCLE { }
	tentacle { y .1 s .99 b .001 }
}

rule tentacle {
	CIRCLE { }
	tentacle { y .1 r 2 s .99 b .001 }
}

rule tentacle {
	CIRCLE { }
	tentacle { y .1 r -2 s .99 b .001 }
}

robo git
Posts: 47
Joined: Sat Jul 09, 2005 11:36 pm
Location: looking for his marbles
Contact:

Post by robo git »

OK - that is just all kinds of cool.

Post Reply