Post your earlier works

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
aqua_scummm
Posts: 17
Joined: Sat Jun 11, 2005 5:44 am
Location: Redwood City, CA
Contact:

Post your earlier works

Post by aqua_scummm »

This is the evolution of one of my first ones...

Code: Select all

startshape backcurl
rule backcurl
{
	CIRCLE{}
	backcurl { r -3 x 1.1 y 1.2 s .925  b .001}
}

Code: Select all

startshape main

rule main
{
	CIRCLE{}
	backcurl { r -2 s .9 x 1.1 y 1.2}
	main { r 15 y 1.4 s .91 b .09}
}

rule backcurl
{
	CIRCLE{}
	backcurl { r -2 x 1.1 y 1.2 s .925  b .001}
}
Image

Code: Select all

startshape main


rule main
{
	CIRCLE{}
	curl2 { r -2 s .9 x 1.1 y 1.2}
	main { r 15 y 1.4 s .91 b .09}
}
rule curl2
{
	backcurl { r -90 s .9 x 1.1 y 1.2}
	curl2 { r -2 s .9 x 1.1 y 1.2}
}
rule backcurl
{
	CIRCLE{}
	backcurl { r -2 x 1.1 y 1.2 s .925  b .001}
}
Image

Code: Select all

startshape main


rule main
{
	CIRCLE{}
	curl2 { r -2 s .9 x 1.1 y 1.2}
	main { r -20 y 1.4 s .91 b .09}
}
rule curl2
{
	backcurl { r -90 s .9 x 1.1 y 1.2}
	curl2 { r -2 s .9 x 1.1 y 1.2}
}
rule backcurl
{
	CIRCLE{}
	backcurl { r -2 x 1.1 y 1.2 s .925  b .001}
}
Image




Think I like the middle version the most

Post Reply