POV-Ray : Newsgroups : povray.unofficial.patches : First try with Photons - help? : Re: First try with Photons - help? Server Time
1 Sep 2024 14:25:31 EDT (-0400)
  Re: First try with Photons - help?  
From: John M  Dlugosz
Date: 14 Mar 2001 19:42:13
Message: <3ab00fe5@news.povray.org>
"Ken" <tyl### [at] pacbellnet> wrote in message
news:3AAEDE69.DF5EB5B0@pacbell.net...
>
> It's not a shadow. What kind of object was used to create the wall ?

It's supposed to be a curved wall.  Full source file is at
http://green.dlugosz.com/files/lamp1.3.pov .

That object is:

difference {
   intersection {
      cylinder { <0,0,0>, <0,18,0>, 12 }
      plane { -z, 0 }
   } // end of intersection
   cylinder { <0,0,0>, <0,18,0>, 11.5 }
   pigment { color red 0.858824 green 0.439216 blue 0.576471 }
   finish {
      ambient 0.15
      diffuse 0.6
      specular 0.6
   }
   scale <1.6,1,1>
} // end difference

Thanks for the insight,
--John


Post a reply to this message

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