POV-Ray : Newsgroups : povray.newusers : CSG Intersection and Planes : CSG Intersection and Planes Server Time
5 Sep 2024 02:14:22 EDT (-0400)
  CSG Intersection and Planes  
From: Dawn McKnight
Date: 25 Feb 2002 13:13:34
Message: <3C7A7EF1.3020907@mac.com>
I'm hoping someone can clear up some confusion I'm feeling.

In the CSG Intersection documentation for POV 3.1, it says that 
intersection leaves just those portions of the two object which exist 
within both objects.

A plane is an infinately thin object which extends infinatly in two 
directions.

Therefore, it would seem to me that, if you intersected two planes, you 
would get a line; if you intersected three planes... provided they 
intersected at all... you would get a point.

But if I do:


   intersection
      {
      plane { -y, -0.555 }

      plane
         {
         x, 0
         rotate -4.3012223*z
         translate <.59831012, .555, 0>
         }

      plane
         {
         -x, 0
         rotate 4.3012223*z
         translate <-.59831012, .555, 0>
         }
      }

   scale <1, .5, 1>
   }

I get a strange, flat-bottomed V shape.

Why?


Post a reply to this message

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