2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2021-09-07 12:06:02 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.9.0 Aug 10 2021)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2018-11-26 13:49:06 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-01-29 16:00:05 +00:00
|
|
|
#pragma once
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2021-07-05 19:00:48 +00:00
|
|
|
#include "widgets/color_swatch.h"
|
2021-06-11 09:17:52 +00:00
|
|
|
#include "widgets/resettable_panel.h"
|
2021-01-09 20:29:25 +00:00
|
|
|
#include <wx/string.h>
|
|
|
|
#include <wx/checkbox.h>
|
2020-04-23 16:28:56 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/sizer.h>
|
2020-04-24 23:58:50 +00:00
|
|
|
#include <wx/stattext.h>
|
2020-06-07 10:42:28 +00:00
|
|
|
#include <wx/spinctrl.h>
|
2021-06-11 09:17:52 +00:00
|
|
|
#include <wx/statbox.h>
|
|
|
|
#include <wx/panel.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-06-11 09:17:52 +00:00
|
|
|
/// Class PANEL_3D_RAYTRACING_OPTIONS_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2021-06-11 09:17:52 +00:00
|
|
|
class PANEL_3D_RAYTRACING_OPTIONS_BASE : public RESETTABLE_PANEL
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-01-29 16:00:05 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
protected:
|
2020-04-17 21:33:23 +00:00
|
|
|
wxCheckBox* m_checkBoxRaytracing_proceduralTextures;
|
|
|
|
wxCheckBox* m_checkBoxRaytracing_addFloor;
|
|
|
|
wxCheckBox* m_checkBoxRaytracing_antiAliasing;
|
|
|
|
wxCheckBox* m_checkBoxRaytracing_postProcessing;
|
2020-09-04 15:12:01 +00:00
|
|
|
wxStaticText* m_staticText19;
|
|
|
|
wxStaticText* m_staticText201;
|
|
|
|
wxStaticText* m_staticText211;
|
|
|
|
wxCheckBox* m_checkBoxRaytracing_renderShadows;
|
|
|
|
wxSpinCtrl* m_spinCtrl_NrSamples_Shadows;
|
|
|
|
wxSpinCtrlDouble* m_spinCtrlDouble_SpreadFactor_Shadows;
|
|
|
|
wxCheckBox* m_checkBoxRaytracing_showReflections;
|
|
|
|
wxSpinCtrl* m_spinCtrl_NrSamples_Reflections;
|
|
|
|
wxSpinCtrlDouble* m_spinCtrlDouble_SpreadFactor_Reflections;
|
|
|
|
wxSpinCtrl* m_spinCtrlRecursiveLevel_Reflections;
|
|
|
|
wxCheckBox* m_checkBoxRaytracing_showRefractions;
|
|
|
|
wxSpinCtrl* m_spinCtrl_NrSamples_Refractions;
|
|
|
|
wxSpinCtrlDouble* m_spinCtrlDouble_SpreadFactor_Refractions;
|
|
|
|
wxSpinCtrl* m_spinCtrlRecursiveLevel_Refractions;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText17;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerCameraLight;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText5;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerTopLight;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText6;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerBottomLight;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText20;
|
|
|
|
wxStaticText* m_staticText18;
|
|
|
|
wxStaticText* m_staticText27;
|
|
|
|
wxStaticText* m_staticText28;
|
|
|
|
wxStaticText* m_staticText21;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight1;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation1;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth1;
|
|
|
|
wxStaticText* m_staticText22;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight5;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation5;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth5;
|
|
|
|
wxStaticText* m_staticText23;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight2;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation2;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth2;
|
|
|
|
wxStaticText* m_staticText24;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight6;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation6;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth6;
|
|
|
|
wxStaticText* m_staticText25;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight3;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation3;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth3;
|
|
|
|
wxStaticText* m_staticText26;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight7;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation7;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth7;
|
|
|
|
wxStaticText* m_staticText171;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight4;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation4;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth4;
|
|
|
|
wxStaticText* m_staticText181;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight8;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxSpinCtrl* m_spinCtrlLightElevation8;
|
|
|
|
wxSpinCtrl* m_spinCtrlLightAzimuth8;
|
2020-01-29 16:00:05 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
public:
|
2020-01-29 16:00:05 +00:00
|
|
|
|
2021-09-07 12:06:02 +00:00
|
|
|
PANEL_3D_RAYTRACING_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
|
|
|
|
|
2021-06-11 09:17:52 +00:00
|
|
|
~PANEL_3D_RAYTRACING_OPTIONS_BASE();
|
2020-01-29 16:00:05 +00:00
|
|
|
|
2013-05-26 04:36:44 +00:00
|
|
|
};
|
|
|
|
|