POV-Ray : Newsgroups : povray.general : New to the forum and testing a sig Server Time
5 Aug 2024 00:23:23 EDT (-0400)
  New to the forum and testing a sig (Message 5 to 14 of 14)  
<<< Previous 4 Messages Goto Initial 10 Messages
From: Wayne Fluharty
Subject: Re: New to the forum and testing a sig
Date: 19 Feb 2003 22:41:00
Message: <3e544e4c$1@news.povray.org>
"Francois Labreque" <fla### [at] videotronca> wrote in message
news:3E5### [at] videotronca...
>
>
> Program ended abnormally on 2/19/03 7:57 PM, Due to a catastrophic Wayne
> Fluharty error:
> > Just wanted to say "hello" by trying a new sig. What do you think? Any
> > comments or suggestions are appreciated!
>
> Cool sig.
>
> I managed to shave off 19 characters from it.  Whaddaya think?
>
> light_source{0 1}#default{pigment{rgb 1-y}}#declare W=3;#macro F(L,U)box{
> <W,L-.5,6><W+.1,U-.5,7>}#end#macro H(A,R,T,Y)F(R,Y)box{<A,W-.5,6><T,(W-.4
> ),7>}#declare W=W-1;#end union{H(-2,0,.1,0)H(-1,-1,2.1,2.1)F(-2,-1)H(-1,0
> ,0,2)H(-2,-1,-1,3)H(0,-2,2,1)H(-1,0,1,3)scale .1}// wfl### [at] worldnetattnet



Sorry to reply to my own message so much, but I keep finding ways to reduce
my sig (Thanks, Francois!)

I took the whole union/scale off and shaved another 15 characters off of it.
Because it was scaling the whole thing, the perpective does not change when
you unscale it...

-Flu

--
light_source{0 1}#default{pigment{rgb 1-y}}#declare W=3;#macro F(
L,U)box{<W,L-.5,6><W+.1,U-.5,7>}#end#macro H(A,R,T,Y)F(R,Y)box{<A
,W-.5,6><T,(W-.4),7>}#declare W=W-1;#end H(-2,0,.1,0)H(-1,-1,2.1
,2.1)F(-2,-1)H(-1,0,0,2)H(-2,-1,-1,3)H(0,-2,2,1)H(-1,0,1,3)//Flu


Post a reply to this message

From: Francois Labreque
Subject: Re: New to the forum and testing a sig
Date: 19 Feb 2003 22:53:53
Message: <3E545152.2030007@videotron.ca>
Program ended abnormally on 2/19/03 10:16 PM, Due to a catastrophic
Wayne Fluharty error:
> "Francois Labreque" <fla### [at] videotronca> wrote in message
> news:3E5### [at] videotronca...
> 
>>
>>Program ended abnormally on 2/19/03 7:57 PM, Due to a catastrophic Wayne
>>Fluharty error:
>>
>>>Just wanted to say "hello" by trying a new sig. What do you think? Any
>>>comments or suggestions are appreciated!
>>
>>Cool sig.
>>
>>I managed to shave off 19 characters from it.  Whaddaya think?
>>
>>light_source{0 1}#default{pigment{rgb 1-y}}#declare W=3;#macro F(L,U)box{
>><W,L-.5,6><W+.1,U-.5,7>}#end#macro H(A,R,T,Y)F(R,Y)box{<A,W-.5,6><T,(W-.4
>>),7>}#declare W=W-1;#end union{H(-2,0,.1,0)H(-1,-1,2.1,2.1)F(-2,-1)H(-1,0
>>,0,2)H(-2,-1,-1,3)H(0,-2,2,1)H(-1,0,1,3)scale .1}// wfl### [at] worldnetattnet
> 
> 
> I think I still have a lot to learn.   :)

We all do.  Now, we'll just have to see what Warp and Wlodimierz can come up 
with!  ;)

> 
> I was trying to think of some way to "scale" it and I never thought about
> using "scale". Duh!
> 
> Thanks for the improvement.

You're welcome.


-- 
/*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
/*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
/*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
/*   videotron.ca  */}camera{orthographic location<6,1.25,-6>look_at a }


Post a reply to this message

From: Warp
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 03:46:27
Message: <3e5495e3@news.povray.org>
Wayne Fluharty <wfl### [at] worldnetattnet> wrote:
> light_source{0 1}#default{pigment{rgb 1-y}}#declare W=3;#macro F(
> L,U)box{<W,L-.5,6><W+.1,U-.5,7>}#end#macro H(A,R,T,Y)F(R,Y)box{<A
> ,W-.5,6><T,(W-.4),7>}#declare W=W-1;#end H(-2,0,.1,0)H(-1,-1,2.1
> ,2.1)F(-2,-1)H(-1,0,0,2)H(-2,-1,-1,3)H(0,-2,2,1)H(-1,0,1,3)//Flu

  This didn't quite preserve your fancy variable naming, but at least it's
a bit shorter:

light_source{0,1}#macro H(A,R,T,Y,W)box{<W,R-.5,6><W+.1Y-.5,7>}box{<A,W-.5,
6><T,W-.4,7>}#end union{H(-2,0,.1,0,3)H(-1,-1,2.1,2.1,2)H(9,-2,9,-1,1)H(-1,
0,0,2,1)H(-2,-1,-1,3,0)H(0,-2,2,1,-1)H(-1,0,1,3,-2)pigment{rgb 1-y}}//Flu


-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Mark Weyer
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 05:16:46
Message: <3E54AE01.6000100@informatik.uni-freiburg.de>
> Just wanted to say "hello" by trying a new sig. What do you think? Any
> comments or suggestions are appreciated!

Nice.
BTW: It is a common sport in this forum to shorten other people's sigs:

light_source{0 1}union{#macro G(H,I)box{<F,-H-.5,6><F+.1I-.5,7>}#end#macro
A(C,B,D,E)G(C,E)box{<-B,F-.5,6>,<D,F-.4,7>}#declare F=F-1;#end#local F=3;A(0,2
.1,0)A(1,1,2.1,2.1)G(2,-1)A(0F,0,2)A(1,2,-1,3)A(2,0,2,1)A(0,1,1,3)pigment{rgb
1-y}}//Flu


-- 
merge{#local i=-11;#while(i<11)#local
i=i+.1;sphere{<i*(i*i*(.05-i*i*(4e-7*i*i+3e-4))-3)10*sin(i)30>.5}#end
pigment{rgbt 1}interior{media{emission x}}hollow}//  Mark Weyer


Post a reply to this message

From: ABX
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 05:45:44
Message: <r1c95vcsdm6lofbt8gcnfk07l5u1op5os1@4ax.com>
On Wed, 19 Feb 2003 22:53:54 -0500, Francois Labreque <fla### [at] videotronca>
wrote:
> We all do.  Now, we'll just have to see what Warp and Wlodimierz can come up 
> with!  ;)

Nice to know somebody remember my name :-)

Adjust it to your favorite line length:

light_source#macro _(n,P)box{P/2+z*7P/2+(n>0?<n.1>:<.1n>)+z*6pigment{rgb 1}}
#end{0on-y}_(-4y*5)_(2.1<-4,5>)_(-3<-4,5>)_(2y*-3)_(1<-2on>)_(-2<2,3>)_(-3<4
3>)_(-3<-2on>)_(3.1<-2,3>)_(-1<2,-3>)_(1,-<4on>)_(2<-2,-5>)//Flu

ABX


Post a reply to this message

From: Mark Weyer
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 05:50:41
Message: <3E54B5F5.30004@informatik.uni-freiburg.de>
>   This didn't quite preserve your fancy variable naming, but at least it's
> a bit shorter:
> 
> light_source{0,1}#macro H(A,R,T,Y,W)box{<W,R-.5,6><W+.1Y-.5,7>}box{<A,W-.5,
> 6><T,W-.4,7>}#end union{H(-2,0,.1,0,3)H(-1,-1,2.1,2.1,2)H(9,-2,9,-1,1)H(-1,
> 0,0,2,1)H(-2,-1,-1,3,0)H(0,-2,2,1,-1)H(-1,0,1,3,-2)pigment{rgb 1-y}}//Flu

Shorter still:

light_source{0,1}#macro H(A,R,T,Y,W)box{<W,-R-.5,6><W+.1Y-.5,7>}box{<-A,W-.5
6><T,W-.4,7>}#end union{H(2,0,.1,0,3)H(1,1,2.1,2.1,2)H(-9,2,9,-1,1)H(1,0,0,2
1)H(2,1,-1,3,0)H(0,2,2,1,-1)H(1,0,1,3,-2)pigment{rgb 1-y}}//Flu


-- 
merge{#local i=-11;#while(i<11)#local
i=i+.1;sphere{<i*(i*i*(.05-i*i*(4e-7*i*i+3e-4))-3)10*sin(i)30>.5}#end
pigment{rgbt 1}interior{media{emission x}}hollow}//  Mark Weyer


Post a reply to this message

From: ABX
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 06:16:02
Message: <l5e95v8machlrfk2u1pgbqpqnu4h8q97ul@4ax.com>
On Thu, 20 Feb 2003 11:29:21 +0100, Mark Weyer
<wey### [at] informatikuni-freiburgde> wrote:
> BTW: It is a common sport in this forum to shorten other people's sigs:

It's a fun (annoying for some). And fashion from time to time. Some users
already got medals in it:
http://10best.raytrace.com/short/shorttable.html
http://10best.raytrace.com/short/shortview.html

ABX


Post a reply to this message

From: Mark Weyer
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 08:04:11
Message: <3E54D53D.8050308@informatik.uni-freiburg.de>
> It's a fun (annoying for some). And fashion from time to time. Some users
> already got medals in it:
> http://10best.raytrace.com/short/shorttable.html
> http://10best.raytrace.com/short/shortview.html

I could not find a main page for the short code contest.
Will there be an other round some time?

-- 
merge{#local i=-11;#while(i<11)#local
i=i+.1;sphere{<i*(i*i*(.05-i*i*(4e-7*i*i+3e-4))-3)10*sin(i)30>.5}#end
pigment{rgbt 1}interior{media{emission x}}hollow}//  Mark Weyer


Post a reply to this message

From: ABX
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 09:43:51
Message: <03q95v8ogi0o03hd7btaqnvajh18clv691@4ax.com>
On Thu, 20 Feb 2003 14:16:45 +0100, Mark Weyer
<wey### [at] informatikuni-freiburgde> wrote:
> > It's a fun (annoying for some). And fashion from time to time. Some users
> > already got medals in it:
> > http://10best.raytrace.com/short/shorttable.html
> > http://10best.raytrace.com/short/shortview.html
>
> I could not find a main page for the short code contest.

There was no main page for this contest. Greg only announced it here, in
povray.general, by posting urls to dedicated pages.

> Will there be an other round some time?

There already was second round but results were never published. As usually well
designed query shows its urls: http://news.povray.org/search/?s=shortest :-)

ABX


Post a reply to this message

From: Tom & Lu Melly
Subject: Re: New to the forum and testing a sig
Date: 20 Feb 2003 15:04:12
Message: <3e5534bc@news.povray.org>
"ABX" <abx### [at] abxartpl> wrote in message
news:l5e95v8machlrfk2u1pgbqpqnu4h8q97ul@4ax.com...

> It's a fun (annoying for some).

the former for the people revising, the latter for the people submitting the
damn things. Enjoyable sadism or maschocism depending on which side of the
fence you're on.


Post a reply to this message

<<< Previous 4 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.