The Persistence of Vision Raytracer (POV-Ray).
This is the legacy Bug Tracking System for the POV-Ray project. Bugs listed here are being migrated to our github issue tracker. Please refer to that for new reports or updates to existing ones on this system.
Opened by Andrey Zholos - 2011-05-19
Last edited by Christoph Lipka - 2012-06-21
FS#203 - Radiosity artifacts at low error_bound
A 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 } }
Rendering produces dark splotches at the centers of the pretrace blocks, as shown in the attached image. Blocks rendered earlier have darker splotches. They also differ in shape between renders even with +HR (but not with +WT1).
Turning “always_sample” on, changing “pretrace_end” to 0.01, or increasing “count” past 1000 makes them imperceptibly faint (they can still be seen by increasing image contrast).
This is possibly a bug, as 3.6 doesn’t produce these artifacts regardless of additional settings.
Thursday, 21 June 2012, 22:51 GMT
Reason for closing: Fixed
Additional comments about closing:
no news, so I guess the fix was
effective
Closer analysis of the artifacts indeed revealed an implementation flaw in the radiosity code, which was introduced with change #5112. Working on a fix right now.
will be fixed with change #5438