Umm

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
Lilianna
Posts: 4
Joined: Mon Aug 15, 2005 12:36 pm
Location: SLO, California

Umm

Post by Lilianna »

I have No Idea what I did.. But I thought it looked neat :)

Warning, Might Take some time to look like something :/

Code: Select all

startshape IcicleR

rule IcicleR {
	Icicle {  }
	IcicleR { x 3 r 10 s 0.85 b 0.0001 }
	IcicleR { flip 90 x 3 r 10 s 0.85 b 0.0001 }
}

rule Icicle {
	Ice { x 0.75 }
}

rule Ice { 
	TRIANGLE { r 180 s 1 5 y -1.5 b 0.8 }
}

rule Ice { 
	TRIANGLE { r 180 s 1 5 y -1.5 b 0.2 }
}
=^_^=

Post Reply