Cartoon clouds

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
megaduck0
Posts: 13
Joined: Wed Jul 06, 2005 3:36 pm

Cartoon clouds

Post by megaduck0 »

It ain't perfect, but here's a passable imitation of very cartoon-like clouds...
-m

Code: Select all

startshape CloudStart

rule CloudStart{
	CIRCLE{s 1.0 y 0.55 x -0.05 b 0.3}
	CIRCLE{s 1.0 y 0.5 b 0.7}
	Cloud{x 0.5}
}
rule Cloud {HollowCircle{} Cloud {x 0.7}}
rule Cloud 3 {Cloud {s 1.1}}
rule Cloud 3 {Cloud {s 0.91}}
rule Cloud 0.1 {CloudEnd{}}

rule CloudEnd{
	CIRCLE{s 1.0 y 0.55 x -0.25 b 0.3}
	CIRCLE{s 1.0 y 0.5 x -0.3 b 0.7}
}

rule HollowCircle {
	CIRCLE {s 1.1 y 1 b 0.3}
	CIRCLE {s 1.0 y 1 b 0.7}
	CIRCLE {s 1.1 y 0.9 b 0.7}
	SQUARE {s 1.0 y 0.5 b 0.7}
	CIRCLE {s 1.0 0.3 b 0.9}
	CIRCLE {y 0.01 s 1.0 0.3 b 0.7}
}

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

Post by LaT3x »

cute!!! 8)

User avatar
aaronstj
Posts: 66
Joined: Wed Jul 06, 2005 11:34 am
Location: Seattle

Post by aaronstj »

Excellent. These are very good. Some of them (like ISC) are perfect cliche comic clounds.

Post Reply