POV-Ray : Newsgroups : povray.binaries.images : Another New Signature (81k PNG) Server Time
13 Aug 2024 15:28:37 EDT (-0400)
  Another New Signature (81k PNG) (Message 1 to 5 of 5)  
From: Greg Edwards
Subject: Another New Signature (81k PNG)
Date: 9 Mar 2003 23:03:00
Message: <rhgr71j6oija$.mqgeshbmsdf6$.dlg@40tude.net>
Due to excessive "constructive criticism" for my first signature (not 
mentioning any names :P ), I've decided to create a new one. It's now only 
3 lines (224 bytes) and it has my initials in it (you can see a red capital 
G and a grey lowercase e in the pattern).

-- 
camera{}#macro G(E)sphere{0,.04translate z+E*y*.0015rotate E*z*-1.8pigment{
#end light_source{20*y-10,1}#local n=0;#while(n<536)G(n)red 1}}#local n=n+1
;#end#local n=0;#while (n<536)G(-n)rgbt.7}}#local n=n+1;#end // Greg E


Post a reply to this message


Attachments:
Download 'ge_sig_2.png' (81 KB)

Preview of image 'ge_sig_2.png'
ge_sig_2.png


 

From: Mark Weyer
Subject: Re: Another New Signature (81k PNG)
Date: 10 Mar 2003 05:46:27
Message: <3E6C701C.3010302@informatik.uni-freiburg.de>
> camera{}#macro G(E)sphere{0,.04translate z+E*y*.0015rotate E*z*-1.8pigment{
 > #end light_source{20*y-10,1}#local n=0;#while(n<536)G(n)red 1}}#local n=n+1
 > ;#end#local n=0;#while (n<536)G(-n)rgbt.7}}#local n=n+1;#end // Greg E

light_source{20*y-10,1#macro G(E)union{#local n=0;#while(E*n<536
)sphere{z+n*y*15e-4.04rotate n*z*-1.8}#local n=n+E;#end pigment{
#end}G(1)red 1}}G(-1)rgbt.7}} // Greg E

-- 
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: Another New Signature (81k PNG)
Date: 10 Mar 2003 06:47:39
Message: <vnuo6vcmhrpglv0jvt1oi7if514tejlrte@4ax.com>
On Mon, 10 Mar 2003 11:59:40 +0100, Mark Weyer
<wey### [at] informatikuni-freiburgde> wrote:

> > camera{}#macro G(E)sphere{0,.04translate z+E*y*.0015rotate E*z*-1.8pigment{
> > #end light_source{20*y-10,1}#local n=0;#while(n<536)G(n)red 1}}#local n=n+1
> > ;#end#local n=0;#while (n<536)G(-n)rgbt.7}}#local n=n+1;#end // Greg E
>
> light_source{20*y-10,1#macro G(E)union{#local n=0;#while(E*n<536
> )sphere{z+n*y*15e-4.04rotate n*z*-1.8}#local n=n+E;#end pigment{
> #end}G(1)red 1}}G(-1)rgbt.7}} // Greg E

light_source{20*y-10#macro S(d)sphere{z+d*y*15e-4.04rotate-z*d*1.8pigment
{rgbt#end#local n=576;1}#while(n)S(n)x}}S(-n).7}}#local n=n-1;#end//GregE

ABX


Post a reply to this message

From: Mark Weyer
Subject: Re: Another New Signature (81k PNG)
Date: 10 Mar 2003 08:12:26
Message: <3E6C9251.6060002@informatik.uni-freiburg.de>
>>>camera{}#macro G(E)sphere{0,.04translate z+E*y*.0015rotate E*z*-1.8pigment{
>>>#end light_source{20*y-10,1}#local n=0;#while(n<536)G(n)red 1}}#local n=n+1
>>>;#end#local n=0;#while (n<536)G(-n)rgbt.7}}#local n=n+1;#end // Greg E
>>
>>light_source{20*y-10,1#macro G(E)union{#local n=0;#while(E*n<536
>>)sphere{z+n*y*15e-4.04rotate n*z*-1.8}#local n=n+E;#end pigment{
>>#end}G(1)red 1}}G(-1)rgbt.7}} // Greg E
> 
> light_source{20*y-10#macro S(d)sphere{z+d*y*15e-4.04rotate-z*d*1.8pigment
> {rgbt#end#local n=576;1}#while(n)S(n)x}}S(-n).7}}#local n=n-1;#end//GregE

Did you notice that it is not lossless? Then even shorter:

light_source#macro G(E)sphere{z+E*y*5e-3.04rotate-z*E*6pigment{rgbt#end{
20*y-10#local n=162;1}#while(n)#local n=n-.3;G(n)x}}G(-n).7}}#end//GregE


-- 
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: Greg Edwards
Subject: Re: Another New Signature (81k PNG)
Date: 10 Mar 2003 12:42:53
Message: <ab43hgrs0tx7.1bxx897elo0de$.dlg@40tude.net>
On Mon, 10 Mar 2003 14:25:37 +0100, Mark Weyer wrote:

>>>>camera{}#macro G(E)sphere{0,.04translate z+E*y*.0015rotate E*z*-1.8pigment{
>>>>#end light_source{20*y-10,1}#local n=0;#while(n<536)G(n)red 1}}#local n=n+1
>>>>;#end#local n=0;#while (n<536)G(-n)rgbt.7}}#local n=n+1;#end // Greg E
>>>
>>>light_source{20*y-10,1#macro G(E)union{#local n=0;#while(E*n<536
>>>)sphere{z+n*y*15e-4.04rotate n*z*-1.8}#local n=n+E;#end pigment{
>>>#end}G(1)red 1}}G(-1)rgbt.7}} // Greg E
>> 
>> light_source{20*y-10#macro S(d)sphere{z+d*y*15e-4.04rotate-z*d*1.8pigment
>> {rgbt#end#local n=576;1}#while(n)S(n)x}}S(-n).7}}#local n=n-1;#end//GregE
> 
> Did you notice that it is not lossless? Then even shorter:
> 
> light_source#macro G(E)sphere{z+E*y*5e-3.04rotate-z*E*6pigment{rgbt#end{
> 20*y-10#local n=162;1}#while(n)#local n=n-.3;G(n)x}}G(-n).7}}#end//GregE

lmao! I am impressed. Looking at some of the changes you made, I can see 
some pretty moronic mistakes (if you can call them that) I made. Why the 
hfil did I use translate on that sphere anyway and not even notice?

-- 
light_source#macro G(E)sphere{z+E*y*5e-3.04rotate-z*E*6pigment{rgbt#end{
20*y-10#local n=162;1}#while(n)#local n=n-.3;G(n)x}}G(-n).7}}#end//GregE


Post a reply to this message

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