POV-Ray : Newsgroups : povray.advanced-users : bounded_by : bounded_by Server Time
29 Jun 2024 01:55:57 EDT (-0400)
  bounded_by  
From: SharkD
Date: 14 Jun 2010 18:01:35
Message: <4c16a6bf$1@news.povray.org>
Suppose I have the following CSG object:

   difference
   {
     object {obj1}
     object {obj2}
   }

Is there any benefit to adding a bounded_by statement like the following 
where one of the objects is simply duplicated?

   difference
   {
     object {obj1}
     object {obj2}
     bounded_by {obj1}
   }

-- 
http://isometricland.com


Post a reply to this message

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