POV-Ray : Newsgroups : povray.general : Testing for intersection of two objects : Testing for intersection of two objects Server Time
31 Jul 2024 22:13:23 EDT (-0400)
  Testing for intersection of two objects  
From: Mike the Elder
Date: 24 Jul 2006 15:15:01
Message: <web.44c51bba804fff24aaf01cad0@news.povray.org>
Is there a reasonably simple way in POV-Ray to produce a Boolean value
representing whether or no two objects intersect?  As in...

#if ("object{Thing1} intersects object{Thing2}")
      // STUFF TO DO IF THEY INTERSECT
#else
      // STUFF TO DO IF THEY DON'T INTERSECT
#end

I would very much appreciate if some kind soul could point out the section
of the documentation and/or available resources that deal with this issue.

Thanks in advance.

Mike C.


Post a reply to this message

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