POV-Ray : Newsgroups : povray.newusers : unnecessary bounding objects? : unnecessary bounding objects? Server Time
5 Sep 2024 22:19:45 EDT (-0400)
  unnecessary bounding objects?  
From: Daniel Pirch
Date: 15 Jul 1999 06:08:12
Message: <378db30c@news.povray.org>
When is it recommended to create bounding objects? I thought bounding
clipped objects was a good idea, because only a small part of the object
surface is visible and has to be rendered, like this:

sphere{  0*x, 1
  clipped_by{cylinder{.8*x, 1*x,.6}}
  bounded_by{clipped_by}
  pigment{color Red}
}

But PoV-Ray doesn't agree and removes it ("warning: Unnecessary bounding
object removed.")

btw, are cylinders good bounding objects?

TIA
--
Daniel Pirch
nap### [at] linuxzrztu-berlinde


Post a reply to this message

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