POV-Ray : Newsgroups : povray.general : Infinite object question : Infinite object question Server Time
6 Aug 2024 10:21:03 EDT (-0400)
  Infinite object question  
From: Patrick Dugan
Date: 2 Apr 2002 14:15:27
Message: <3caa034f@news.povray.org>
When I try to render this object Povray tells me it is infinite.  The
"bounded_by"
seems to have no effect on this object.   Why does Povray think this is
infinite?


#declare One =
difference {
   height_field {
      tga "MyPicture.tga"
      smooth
      hierarchy on
      translate <-0.5, -0.5, -0.5>
      rotate <-90,0,0>
      scale <0.3,1,0.1>
      photons {target reflection on}
   }
   box{<-0.2,-0.6,-0.02>,<0.2,0.6,2> pigment {rgbft <1,1,1,0,1>}
      no_shadow no_reflection no_image photons {collect off}
   }
    bounded_by { box{<-5,-5,-5>,<5,5,5>}}
}


object{One}


Post a reply to this message

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