POV-Ray : Newsgroups : povray.general : Why are these "invisible" spheres visible? : Re: Why are these "invisible" spheres visible? Server Time
31 Jul 2024 06:25:15 EDT (-0400)
  Re: Why are these "invisible" spheres visible?  
From: Tim Attwood
Date: 6 Sep 2007 22:14:55
Message: <46e0b41f$1@news.povray.org>
This is wierd.  Somehow the normal of the
plane is being rotated by the clear spheres.
Must be some sort of bug. =(

The effect goes away if you remove the
normal from the plane.

Try this as a replacement...

#local cpig = pigment{checker Red*1.7 White*1.7 scale 0.05};
#local bpig = pigment{Black};
plane {y, 0 texture{pigment{bozo pigment_map{[0 cpig][1 bpig]}}}}


Post a reply to this message

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