POV-Ray : Newsgroups : povray.bugreports : Intersection causes quadric to disappear : Intersection causes quadric to disappear Server Time
19 Apr 2024 08:11:09 EDT (-0400)
  Intersection causes quadric to disappear  
From: Cousin Ricky
Date: 25 Jul 2015 10:24:55
Message: <55b39c37$1@news.povray.org>
The following paraboloid renders correctly:

   intersection
   { quadric { <1, 0, 1>, <0, 0, 0>, <0, 1, 0>, -1 }
     cylinder { 0, y, 1 }
   }

However, when I extend the clipping cylinder downward:

   intersection
   { quadric { <1, 0, 1>, <0, 0, 0>, <0, 1, 0>, -1 }
     cylinder { -y, y, 1 }
   }

the object disappears completely in POV-Ray 3.7 and 3.7.1.  In POV-Ray 
3.6.1, it renders as expected.

POV-Ray 3.7.0.unofficial
POV-Ray 3.7.1-alpha.8150025.unofficial
openSUSE 13.2 GNU/Linux


Post a reply to this message

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