|
Visual Computing Library
devel
|

Public Member Functions | |
| const PBRViewerSettings & | pbrSettings () const |
| void | setPanorama (const std::string &panorama) |
| void | setPbrSettings (const PBRViewerSettings &settings) |
| void | setViewer (MeshViewerRenderApp *viewer) |
| ViewerRenderSettingsFrame (QWidget *parent=nullptr) | |
Private Types | |
| enum class | RenderMode { CLASSIC = 0 , PBR = 1 } |
Private Slots | |
| void | drawBackgroundPanoramaCheckBoxCheckStateChanged (Qt::CheckState state) |
| void | exposureSpinBoxValueChanged (double value) |
| void | iblCheckBoxCheckStateChanged (Qt::CheckState state) |
| void | loadPanoramaPushButtonClicked () |
| void | renderModeComboBoxCurrentIndexChanged (int index) |
| void | toneMappingComboBoxCurrentIndexChanged (int index) |
Private Member Functions | |
| void | disableForm () |
| void | updatePanoramaLabel () |
Private Attributes | |
| Ui::ViewerRenderSettingsFrame * | mUI |
| MeshViewerRenderApp * | mViewer |