#include <settings.h>
Public Member Functions | |
| bool | IsConsistent () const |
Public Attributes | |
| bool | m_enabled |
| Restrict render area? If disabled, render the whole image. | |
| int | m_x0 |
| int | m_y0 |
| int | m_x1 |
| int | m_y1 |
| Render area bounds. | |
Definition at line 176 of file settings.h.
|
|
Definition at line 145 of file settings.cpp. References m_x0, m_x1, m_y0, and m_y1. Referenced by toxic::Settings::Output::IsConsistent(). |
|
|
Restrict render area? If disabled, render the whole image.
Definition at line 177 of file settings.h. Referenced by toxic::SceneSettingsWrapper::Load(), main(), and toxic::SceneSettingsWrapper::Print(). |
|
|
Definition at line 178 of file settings.h. Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), main(), and toxic::SceneSettingsWrapper::Print(). |
|
|
Definition at line 178 of file settings.h. Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), main(), and toxic::SceneSettingsWrapper::Print(). |
|
|
Definition at line 178 of file settings.h. Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), main(), and toxic::SceneSettingsWrapper::Print(). |
|
|
Render area bounds.
Definition at line 178 of file settings.h. Referenced by IsConsistent(), toxic::SceneSettingsWrapper::Load(), main(), and toxic::SceneSettingsWrapper::Print(). |
1.3.6