POV-Ray : Newsgroups : povray.general : I'll try a signature again... : Re: I'll try a signature again... Server Time
6 Aug 2024 19:25:05 EDT (-0400)
  Re: I'll try a signature again...  
From:
Date: 25 Mar 2002 04:23:47
Message: <q0rt9u84k9hkge99bhtu8h5mr2sv5hi3gu@4ax.com>
On 22 Mar 2002 20:33:08 -0500, Warp <war### [at] tagpovrayorg> wrote:
> #macro B(a,b)sphere{<a,b,13>.5pigment{agate}finish{phong.3}}#end#macro N(c,k,
> a)#if(k<7)#if(mod(c,2))B(k,a)B(-k,-a)#end N(int(c/2)k+1a)#end#end light_source
> {0rgb 1}N(61,1,1)N(37,1,0)N(55,1,-1)N(4,1,-2)N(4,1,-3)N(1,1,3)

light_source{0#macro k(_)sphere{13*z+i*_.5pigment{agate}finish{phong.3}}#end
1}#macro _(s,i,g)#if(s)k(1)k(-1)_(s-1i+g,g)#end#end _(3x+3*y<2,-2>)_(2x,y)_(
2x-y,x)_(4x*3,-y)_(4<3,1>x)_(2x*6,-y)

additional note: I had to put one sphere twice becouse of floatting accuracy
problem in current (14) beta

ABX


Post a reply to this message

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