Playing with both Scale parameters : Alien space ship

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
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Playing with both Scale parameters : Alien space ship

Post by lagroue »

Thanks to new scale parameters, we can now expand to the infinite without adding stop rules. If we extend on x and shrink on y, y will eventually stop the drawing.

Image

Code: Select all

startshape scene

rule scene {
	B {  b 0 }
	A {  flip 90 b 0 }
	scene { s 1.1 0.5 y 12 }
}

rule B {
	CIRCLE { }
	B { x 1 r 0.9 s 0.99996 b 0.0001 }
}

rule A {
	CIRCLE { }
	A { x 1 r 0.9 s 0.99996 b -0.0001 }
}

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

Post by LaT3x »

really fantastic effect!

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

Some eyes, mouths and planets, based on the same use of scale parameter :

Image

Code: Select all

startshape scene

rule scene {
	eye { x 0 }
	eye { x 2 }
	eye { x 4 }
	eye { x 0 y 2 }
	eye { x 2 y 2 }
	eye { x 4 y 2 }
}

rule eye 3 {
	CIRCLE { }
	eye { s 1.05 0.8 b -0.1}
}

rule eye {
	CIRCLE { }
	eye { s 0.8 1.05 b 0.3 }
}

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

And in the same vein, some towers in the mist, from upstair :

Image

Code: Select all

startshape scene

rule scene {
	eye { x 0 b 0.9 }
	eye { x 3 b 0.9 }
	eye { x 6 b 0.9 }
	eye { x 1.5 y 1 b 0.9 s 0.8 0.5 }
	eye { x 4.5 y 1 b 0.9 s 0.8 0.5 }
	eye { x 0.7 y 1.7 b 0.9 s 0.5 0.2 }
	eye { x 2.3 y 1.7 b 0.9 s 0.5 0.2 }
	eye { x 3.7 y 1.7 b 0.9 s 0.5 0.2 }
	eye { x 5.3 y 1.7 b 0.9 s 0.5 0.2 }
}

rule eye 2 {
	stair { }
	eye { y 0.1 s 1.01 0.9 b 0.05}
}

rule eye {
	stair { }
	eye { y 0.2 s 0.9 1.06 b -0.2 }
}

rule stair {
	CIRCLE { }
}

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

Post by LaT3x »

Oh my god!... the latest its really good... this is a real 3D image
Fantastic lagroue.

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

LaT3x wrote:Fantastic lagroue.
Thanks a lot, LaT3x, you're really a kind guy - for me and for others.
And just call me Gwendal, my actual forename (I'm just drunk at this time - I shouldn't check my forums at night).

User avatar
chris
Site Admin
Posts: 72
Joined: Wed May 04, 2005 10:57 am
Location: New York, NY
Contact:

Post by chris »

Please upload the latest to the chriscoyne.com/gallery page -- it's my favorite so far!

-cc
Current Project: I'm creative director of OKCUPID at http://www.okcupid.com

User avatar
chris
Site Admin
Posts: 72
Joined: Wed May 04, 2005 10:57 am
Location: New York, NY
Contact:

Post by chris »

By the way, am I the only one that thinks the "mouths and planets" set looks more like something else? Rotated 90 degrees?

Maybe it's late and I'm seeing things.

cc
Current Project: I'm creative director of OKCUPID at http://www.okcupid.com

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

Post by robo git »

chris wrote:By the way, am I the only one that thinks the "mouths and planets" set looks more like something else? Rotated 90 degrees?

Maybe it's late and I'm seeing things.

cc
Dirty little man :lol:

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

Post by aaronstj »

lagroue wrote: (I'm just drunk at this time - I shouldn't check my forums at night).
Heh. It happens to the best of us.

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

chris wrote:By the way, am I the only one that thinks the "mouths and planets" set looks more like something else? Rotated 90 degrees?

Maybe it's late and I'm seeing things.

cc
The rotation was on purpose. Too bad you're too nasty :oops:

Post Reply