Blood drops

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
grimace
Posts: 9
Joined: Fri Jul 29, 2005 1:48 am

Blood drops

Post by grimace »

I wanted to make a drip shape. First effort!

Code: Select all

startshape INIT {color}

rule INIT { RAIN {b 1} RAIN {b 1 r -120} RAIN {b 1 r 120}  }

rule RAIN {
	DRIP{ sat 1 }
	RAIN{y 1 x -1 s 0.5 b -0.2 r -30}
	RAIN{y 1 x 1 s 0.5 b -0.2 r 30}
}

rule DRIP{
	CIRCLE{}
	DRIP[y 0.1 s 0.7 1 b -0.01]
}

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

Post by alastair_hm »

Looks good ;)

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

Post by MtnViewJohn »

This might have to become my tattoo in SecondLife.

Post Reply