POV-Ray : Newsgroups : povray.binaries.images : Apparent bounding bug in sphere_sweep : Re: Apparent bounding bug in sphere_sweep Server Time
9 May 2024 18:34:25 EDT (-0400)
  Re: Apparent bounding bug in sphere_sweep  
From: s day
Date: 29 Apr 2013 05:00:01
Message: <web.517e3579ee7a6958bbd3eafb0@news.povray.org>
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


Post a reply to this message


Attachments:
Download 'sd.png' (27 KB)

Preview of image 'sd.png'
sd.png


 

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