|
|
With the following difference object, should I set my own bounded_by or will
POV bound the object to the box? I'm using megapov, but if there is a
difference I would be curious to know the answer for both standard and mega.
Thanks.
#declare sphere_slice =
sphere
{
<-90.75, 7, 0> // center of sphere <X Y Z>
90 // radius of sphere
}
difference{
box{
<-1, -4, -1> // one corner position <X1 Y1 Z1>
< 1, 8, 1> // other corner position <X2 Y2 Z2>
}
object{sphere_slice}
object{sphere_slice rotate y*90}
object{sphere_slice rotate y*180}
object{sphere_slice rotate y*-90}
pigment{White}
}
--
Tom Melly
tom### [at] tomandluforce9couk
http://www.tomandlu.force9.co.uk
Post a reply to this message
|
|