POV-Ray : Newsgroups : povray.binaries.images : Apparent bounding bug in sphere_sweep : Re: Apparent bounding bug in sphere_sweep Server Time
9 May 2024 21:25:47 EDT (-0400)
  Re: Apparent bounding bug in sphere_sweep  
From: Thomas de Groot
Date: 29 Apr 2013 07:19:32
Message: <517e5744$1@news.povray.org>
On 29-4-2013 10:55, s.day wrote:
> Ok, this is weird.. I simply move the translate up inside the sphere_sweep
> object and added a second union around the markers and got the image below in
> 3.7...
>
> I was previously seeing the same result as you with the bounding issue.
>
> union
> { sphere_sweep
>     { cubic_spline 6,
>       <1, -1>, R,
>       <-1, -1>, R,
>       <-1, 1>, R,
>       <1, 1>, R,
>       <1, -1>, R,
>       <-1, -1>, R
>       bounded_by { box { -<1.5, 1.5, R>, <1.5, 1.5, R> } }
>       pigment { red 1 }
>     translate 1.5 * y
>     }
>     union
>     {
>     object { Marker translate <1, 1> }
>     object { Marker translate <1, -1> }
>     object { Marker translate <-1, -1> }
>     object { Marker translate <-1, 1> }
>     translate 1.5*y
>     }
> }
>
> Sean
>

but if you comment bounded_by out, the problem reappears...

Thomas


Post a reply to this message

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