#include <settings.h>
Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| sheep::Real | m_contrast_threshold |
| Contrast threshold to decide when to subdivide further. | |
| int | m_max_depth |
| Maximum recursion level. | |
Definition at line 83 of file settings.h.
|
|
Definition at line 57 of file settings.cpp. References m_contrast_threshold, and m_max_depth. Referenced by toxic::Settings::Rendering::PixelSampling::IsConsistent(). |
|
|
Contrast threshold to decide when to subdivide further.
Definition at line 84 of file settings.h. Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), toxic::SceneSettingsWrapper::Print(), and toxic::Renderer::whitted_recursive_sampling(). |
|
|
Maximum recursion level.
Definition at line 85 of file settings.h. Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), toxic::SceneSettingsWrapper::Print(), and toxic::Renderer::whitted_recursive_sampling(). |
1.3.6