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.
Attached to Project: POV-Ray
Opened by Jim Holsenback - 2014-03-15
Last edited by William F Pokorny - 2017-01-07
Opened by Jim Holsenback - 2014-03-15
Last edited by William F Pokorny - 2017-01-07
FS#321 - bounding threshold inconsistency
User reported documentation inconsistency. Investigation led to the discovery of a bug in the setting of the current default value.
~source/frontend/renderfrontend.cpp reports the value “3” while ~source/backend/scene/scene.cpp sets a default value of “1”
Before for addressing this issue, are there any thoughts as to what the default value should be?
change #6197 corrects inconsistency so that used value is the same as the reported value of "3"
Now tracked on github as issue #180.