#include <settings.h>
Public Types | |
| enum | Algorithm { SUPERSAMPLING, WHITTED_ADAPTIVE_SAMPLING } |
Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| enum toxic::Settings::Rendering::PixelSampling::Algorithm | m_algorithm |
| toxic::Settings::Rendering::PixelSampling::Supersampling | m_supersampling |
| | |
| toxic::Settings::Rendering::PixelSampling::WhittedAdaptiveSampling | m_whitted_adaptive_sampling |
| | |
Definition at line 72 of file settings.h.
|
|
Definition at line 73 of file settings.h. |
|
|
Definition at line 61 of file settings.cpp. References toxic::Settings::Rendering::PixelSampling::WhittedAdaptiveSampling::IsConsistent(), toxic::Settings::SamplingSettings::IsConsistent(), m_supersampling, m_whitted_adaptive_sampling, SUPERSAMPLING, and WHITTED_ADAPTIVE_SAMPLING. Referenced by toxic::Settings::Rendering::IsConsistent(). |
|
|
Referenced by toxic::SceneSettingsWrapper::Load(), toxic::SceneSettingsWrapper::Print(), toxic::Renderer::render_pixel(), and toxic::Renderer::Restart(). |
|
|
Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), toxic::SceneSettingsWrapper::Print(), and toxic::Renderer::Restart(). |
|
|
Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), toxic::SceneSettingsWrapper::Print(), and toxic::Renderer::whitted_recursive_sampling(). |
1.3.6