POV-Ray : Newsgroups : povray.binaries.images : Traditional checker/reflection image from a newcomer : Re: Traditional checker/reflection image from a newcomer Server Time
16 Aug 2024 04:19:52 EDT (-0400)
  Re: Traditional checker/reflection image from a newcomer  
From: Sir Charles W  Shults III
Date: 24 Mar 2002 21:32:29
Message: <3c9e8c3d$1@news.povray.org>
Thanks!

Cheers!

Chip Shults
My robotics, space and CGI web page - http://home.cfl.rr.com/aichip

#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{0
rgb 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)


Post a reply to this message

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