POV-Ray : Newsgroups : povray.binaries.images : Chipped Marbles. (20K) : Re: Chipped Marbles. (20K) Server Time
19 Aug 2024 00:29:33 EDT (-0400)
  Re: Chipped Marbles. (20K)  
From: Jan Walzer
Date: 18 Feb 2001 18:40:35
Message: <3a905d73$1@news.povray.org>
Where are the photons and dispersion???
Of course ... great work ...
If you'd render it in 1024x768, I'd take it as wallpaper ... *g

--
plane{y,0 pigment{color rgb 1}}camera{location<1,5,-2>look_at
0}light_source{10 color 1}#macro m(a,b,c,n,i)#if(i=0)cylinder{a,b,c/3
pigment{color rgb z}}#else #local f=vlength(a-b)/32;#local d=(b-a)/8;#local
e=(vcross(d,n)/vlength(vcross(d,n)))*f*4;m(a-e,a+2*d+e,f,n,i-1)m(a+e,a+2*d-e
,f,n,i-1)m(a+3*d-e,a+3*d+e,f,n,i-1)m(a+3*d-e,a+5*d-e,f,n,i-1)m(a+6*d-e,a+6*d
+e,f,n,i-1)m(a+8*d-e,a+8*d+e,f,n,i-1)#end #end m(-4*x,2*x,1/8,y,4) // Jan
Walzer


Post a reply to this message

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