43 enum class RenderMode { CLASSIC = 0, PBR = 1 };
45 Ui::ViewerRenderSettingsFrame* mUI;
57 void setPanorama(
const std::string&
panorama);
64 void updatePanoramaLabel();
67 void renderModeComboBoxCurrentIndexChanged(
int index);
69 void exposureSpinBoxValueChanged(
double value);
71 void toneMappingComboBoxCurrentIndexChanged(
int index);
73 void iblCheckBoxCheckStateChanged(Qt::CheckState
state);
75 void drawBackgroundPanoramaCheckBoxCheckStateChanged(Qt::CheckState
state);
77 void loadPanoramaPushButtonClicked();
The RenderApp class is a template class that combines a canvas, a window manager, and a set of drawer...
Definition render_app.h:67