#include <settings.h>
Inheritance diagram for toxic::Settings::Rendering::Components::IndirectLighting::SecondaryFinalGathering:

Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| bool | m_enabled |
| Is secondary final gathering enabled? | |
| sheep::Real | m_distance_threshold |
| Distance threshold under which a secondary final gathering is triggered. | |
Definition at line 134 of file settings.h.
|
|
Reimplemented from toxic::Settings::SamplingSettings. Definition at line 94 of file settings.cpp. References m_distance_threshold. Referenced by toxic::Settings::Rendering::Components::IndirectLighting::IsConsistent(). |
|
|
Distance threshold under which a secondary final gathering is triggered.
Definition at line 136 of file settings.h. Referenced by toxic::Renderer::final_gathering(), IsConsistent(), toxic::SceneSettingsWrapper::Load(), and toxic::SceneSettingsWrapper::Print(). |
|
|
Is secondary final gathering enabled?
Definition at line 135 of file settings.h. Referenced by toxic::Renderer::final_gathering(), toxic::SceneSettingsWrapper::Load(), toxic::SceneSettingsWrapper::Print(), and toxic::Renderer::Restart(). |
1.3.6