POV-Ray : Newsgroups : povray.general : My turn! : Re: My turn! Server Time
7 Aug 2024 23:24:14 EDT (-0400)
  Re: My turn!  
From: Tek
Date: 8 May 2001 16:21:22
Message: <3af85542@news.povray.org>
That looks like fun! So I made my own. I'm sure it can be shortened more
than this, but 4 lines ain't bad :)

--
#default{texture{pigment{rgb 0}finish{reflection 1}}}#macro M(A) #declare
B=A;
#end#macro L(A) sphere{A,1}sphere{B,1}cylinder{A,B,1}#declare B=A;#end
M(<4,0>)
L(<8,8>)L(<2,8>)M(<6,0>)L(<10,8>)L(<16,8>)M(<8,4>)L(<12,4>)camera{location
<9,4,-15>}sky_sphere{pigment{bozo colour_map{[0 rgb 0][1 rgb 1]}}} // Tek


Post a reply to this message

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