POV-Ray : Newsgroups : povray.binaries.images : New signature (95K PNG) : Re: New signature (95K PNG) Server Time
13 Aug 2024 19:21:10 EDT (-0400)
  Re: New signature (95K PNG)  
From: Greg Edwards
Date: 6 Mar 2003 13:22:55
Message: <1jk8x5nnrtm10$.jnikfma6i5w1$.dlg@40tude.net>
On Thu, 6 Mar 2003 13:21:09 -0500, Greg Edwards wrote:

> On Thu,  6 Mar 2003 13:10:21 EST, Włodzimierz ABX Skiba wrote:
> 
>> Greg Edwards wrote:
>>> BTW, I've done a super shrink job on my sig. (this one is now 375 bytes)
>> 
>> You have repeated things I already shortened in this thread. Have you
>> noticed them ? :-)
>> 
>> ABX
> 
> Yes I did and I also realized that your version of the pigment macro took 
> an unnecessary diffuse value which is always zero and I believe my 
> auto-ambient takes a few less bytes in the long run.
> 
> PS. Funny how we're arguing over bytes! :-)

Whoops, forgot to give you credit! The texture macro was your idea!

-- 
camera{location 2*y-.9rotate -z*9direction z/1.5look_at y}global_settings{
max_trace_level 99ambient_light 10}#macro G(V,E)pigment{V}finish{diffuse 0
ambient .1-E/10reflection{E metallic}}#end#macro O(N,T)plane{y,N G(T,0)
hollow}#end#macro C(A)sphere{0,A#end O(9,blue 1)O(-1,rgb 1)box{1+9*y,-y-1G(
rgb 1,.95)hollow}C(.99)G(rgb 1,1)}C(1)G(red 1,1)no_reflection}// Greg E


Post a reply to this message

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