2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-06-16 15:47:42 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
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>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/stattext.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>
|
2023-01-11 01:00:47 +00:00
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/checkbox.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/sizer.h>
|
2020-06-07 10:42:28 +00:00
|
|
|
#include <wx/spinctrl.h>
|
2021-08-29 23:33:08 +00:00
|
|
|
#include <wx/textctrl.h>
|
2021-06-11 09:17:52 +00:00
|
|
|
#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:
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_renderingLabel;
|
|
|
|
wxStaticLine* m_staticline1;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxCheckBox* m_cbRaytracing_proceduralTextures;
|
|
|
|
wxCheckBox* m_cbRaytracing_addFloor;
|
|
|
|
wxCheckBox* m_cbRaytracing_antiAliasing;
|
|
|
|
wxCheckBox* m_cbRaytracing_postProcessing;
|
2020-09-04 15:12:01 +00:00
|
|
|
wxStaticText* m_staticText19;
|
|
|
|
wxStaticText* m_staticText201;
|
|
|
|
wxStaticText* m_staticText211;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxCheckBox* m_cbRaytracing_renderShadows;
|
|
|
|
wxSpinCtrl* m_numSamples_Shadows;
|
|
|
|
wxTextCtrl* m_spreadFactor_Shadows;
|
|
|
|
wxCheckBox* m_cbRaytracing_showReflections;
|
|
|
|
wxSpinCtrl* m_numSamples_Reflections;
|
|
|
|
wxTextCtrl* m_spreadFactor_Reflections;
|
|
|
|
wxSpinCtrl* m_recursiveLevel_Reflections;
|
|
|
|
wxCheckBox* m_cbRaytracing_showRefractions;
|
|
|
|
wxSpinCtrl* m_numSamples_Refractions;
|
|
|
|
wxTextCtrl* m_spreadFactor_Refractions;
|
|
|
|
wxSpinCtrl* m_recursiveLevel_Refractions;
|
2023-01-11 01:00:47 +00:00
|
|
|
wxStaticText* m_lightsLabel;
|
|
|
|
wxStaticLine* m_staticline2;
|
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;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation1;
|
|
|
|
wxTextCtrl* m_lightAzimuth1;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText22;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight5;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation5;
|
|
|
|
wxTextCtrl* m_lightAzimuth5;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText23;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight2;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation2;
|
|
|
|
wxTextCtrl* m_lightAzimuth2;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText24;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight6;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation6;
|
|
|
|
wxTextCtrl* m_lightAzimuth6;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText25;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight3;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation3;
|
|
|
|
wxTextCtrl* m_lightAzimuth3;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText26;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight7;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation7;
|
|
|
|
wxTextCtrl* m_lightAzimuth7;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText171;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight4;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation4;
|
|
|
|
wxTextCtrl* m_lightAzimuth4;
|
2020-08-15 08:41:34 +00:00
|
|
|
wxStaticText* m_staticText181;
|
2021-07-05 19:00:48 +00:00
|
|
|
COLOR_SWATCH* m_colourPickerLight8;
|
2021-08-29 23:33:08 +00:00
|
|
|
wxTextCtrl* m_lightElevation8;
|
|
|
|
wxTextCtrl* m_lightAzimuth8;
|
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
|
|
|
|
2023-06-16 15:47:42 +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 );
|
2023-01-08 16:59:32 +00:00
|
|
|
|
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
|
|
|
};
|
|
|
|
|