POV-Ray : Newsgroups : povray.beta-test : Radiosity artifacts at low error_bound in 3.7RC3 : Radiosity artifacts at low error_bound in 3.7RC3 Server Time
19 Apr 2024 23:34:25 EDT (-0400)
  Radiosity artifacts at low error_bound in 3.7RC3  
From: aaz
Date: 17 May 2011 18:20:00
Message: <web.4dd2f2fc468c5d60dca745f10@news.povray.org>
Consider this scene of a hollow sphere viewed from the inside:

    difference {
        sphere { 0, 100 }
        sphere { 0, 99 }
        pigment { rgb 1 }
        finish { ambient .4 }
    }

    global_settings {
        radiosity {
            error_bound .1
            always_sample off // default in 3.7
        }
    }

Rendering produces dark splotches at the centers of the pretrace
blocks. Blocks rendered earlier have darker splotches. They also differ
in shape between renders even with +HR (but not with +WT1). Turning
"always_sample" on removes them, as does increasing "count" past 1000.

I wonder if this might be a bug, as 3.6 doesn't produce these artifacts
regardless of "always_sample" and "count".


Post a reply to this message

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