Page 1 of 1

Playing with both Scale parameters : Alien space ship

Posted: Tue Jul 19, 2005 7:17 am
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 }
}

Posted: Tue Jul 19, 2005 7:37 am
by LaT3x
really fantastic effect!

Posted: Tue Jul 19, 2005 9:45 am
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 }
}

Posted: Tue Jul 19, 2005 10:11 am
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 { }
}

Posted: Tue Jul 19, 2005 12:02 pm
by LaT3x
Oh my god!... the latest its really good... this is a real 3D image
Fantastic lagroue.

Posted: Tue Jul 19, 2005 5:05 pm
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).

Posted: Tue Jul 19, 2005 7:23 pm
by chris
Please upload the latest to the chriscoyne.com/gallery page -- it's my favorite so far!

-cc

Posted: Tue Jul 19, 2005 8:45 pm
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

Posted: Tue Jul 19, 2005 8:53 pm
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:

Posted: Tue Jul 19, 2005 11:16 pm
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.

Posted: Tue Jul 19, 2005 11:57 pm
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: