POV-Ray : Newsgroups : povray.beta-test : sphere sweep bounding problem : Re: sphere sweep bounding problem Server Time
29 Jul 2024 14:16:43 EDT (-0400)
  Re: sphere sweep bounding problem  
From: Thorsten Froehlich
Date: 27 Apr 2002 10:01:35
Message: <3ccaaf3f@news.povray.org>
In article <slr### [at] monocerosphysicsmunicz> , 
yet### [at] monocerosphysicsmunicz (David Necas (Yeti)) wrote:

> The sphere_sweep autobounding either works pretty poorly or not at all.

Are you sure you had autobounding on in the first place?  If you take a look
at the render statistics you see only a minimal difference in the number of
intersection tests of the spheresweep object, so the bounding box clearly
works.  Of course, as with all complex objects, the autobounding cannot always
determine the perfect bounding box due to the complexity of certain objects.


    Thorsten


Render Statistics (autobounded)
  Image Resolution 800 x 600
----------------------------------------------------------------------------
Pixels:           480000   Samples:          480000   Smpls/Pxl: 1.00
Rays:             480000   Saved:                 0   Max Level: 1/5
----------------------------------------------------------------------------
Ray->Shape Intersection          Tests       Succeeded  Percentage
----------------------------------------------------------------------------
Sphere Sweep                      4147             412      9.93
Bounding Box                      4537            4147     91.40
Light Buffer                       297             297    100.00
Vista Buffer                    480680           31960      6.65
----------------------------------------------------------------------------
Roots tested:                  8294   eliminated:                    0
Calls to Noise:                   0   Calls to DNoise:              10
----------------------------------------------------------------------------
Shadow Ray Tests:               297   Succeeded:                     0
----------------------------------------------------------------------------


Render Statistics (your manual bounding)
  Image Resolution 800 x 600
----------------------------------------------------------------------------
Pixels:           480000   Samples:          480000   Smpls/Pxl: 1.00
Rays:             480000   Saved:                 0   Max Level: 1/5
----------------------------------------------------------------------------
Ray->Shape Intersection          Tests       Succeeded  Percentage
----------------------------------------------------------------------------
Box                               4085            4085    100.00
Sphere Sweep                      4085             412     10.09
Bounding Object                   4085            4085    100.00
Bounding Box                      4378            4085     93.31
Light Buffer                       297             297    100.00
Vista Buffer                    480677           31954      6.65
----------------------------------------------------------------------------
Roots tested:                  8170   eliminated:                    0
Calls to Noise:                   0   Calls to DNoise:              10
----------------------------------------------------------------------------
Shadow Ray Tests:               297   Succeeded:                     0
----------------------------------------------------------------------------

____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg

I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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