You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Oct 26 2018)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. #include "widgets/color_swatch.h"
  12. #include "widgets/resettable_panel.h"
  13. #include <wx/string.h>
  14. #include <wx/checkbox.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/sizer.h>
  20. #include <wx/stattext.h>
  21. #include <wx/spinctrl.h>
  22. #include <wx/textctrl.h>
  23. #include <wx/statbox.h>
  24. #include <wx/panel.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class PANEL_3D_RAYTRACING_OPTIONS_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class PANEL_3D_RAYTRACING_OPTIONS_BASE : public RESETTABLE_PANEL
  30. {
  31. private:
  32. protected:
  33. wxCheckBox* m_cbRaytracing_proceduralTextures;
  34. wxCheckBox* m_cbRaytracing_addFloor;
  35. wxCheckBox* m_cbRaytracing_antiAliasing;
  36. wxCheckBox* m_cbRaytracing_postProcessing;
  37. wxStaticText* m_staticText19;
  38. wxStaticText* m_staticText201;
  39. wxStaticText* m_staticText211;
  40. wxCheckBox* m_cbRaytracing_renderShadows;
  41. wxSpinCtrl* m_numSamples_Shadows;
  42. wxTextCtrl* m_spreadFactor_Shadows;
  43. wxCheckBox* m_cbRaytracing_showReflections;
  44. wxSpinCtrl* m_numSamples_Reflections;
  45. wxTextCtrl* m_spreadFactor_Reflections;
  46. wxSpinCtrl* m_recursiveLevel_Reflections;
  47. wxCheckBox* m_cbRaytracing_showRefractions;
  48. wxSpinCtrl* m_numSamples_Refractions;
  49. wxTextCtrl* m_spreadFactor_Refractions;
  50. wxSpinCtrl* m_recursiveLevel_Refractions;
  51. wxStaticText* m_staticText17;
  52. COLOR_SWATCH* m_colourPickerCameraLight;
  53. wxStaticText* m_staticText5;
  54. COLOR_SWATCH* m_colourPickerTopLight;
  55. wxStaticText* m_staticText6;
  56. COLOR_SWATCH* m_colourPickerBottomLight;
  57. wxStaticText* m_staticText20;
  58. wxStaticText* m_staticText18;
  59. wxStaticText* m_staticText27;
  60. wxStaticText* m_staticText28;
  61. wxStaticText* m_staticText21;
  62. COLOR_SWATCH* m_colourPickerLight1;
  63. wxTextCtrl* m_lightElevation1;
  64. wxTextCtrl* m_lightAzimuth1;
  65. wxStaticText* m_staticText22;
  66. COLOR_SWATCH* m_colourPickerLight5;
  67. wxTextCtrl* m_lightElevation5;
  68. wxTextCtrl* m_lightAzimuth5;
  69. wxStaticText* m_staticText23;
  70. COLOR_SWATCH* m_colourPickerLight2;
  71. wxTextCtrl* m_lightElevation2;
  72. wxTextCtrl* m_lightAzimuth2;
  73. wxStaticText* m_staticText24;
  74. COLOR_SWATCH* m_colourPickerLight6;
  75. wxTextCtrl* m_lightElevation6;
  76. wxTextCtrl* m_lightAzimuth6;
  77. wxStaticText* m_staticText25;
  78. COLOR_SWATCH* m_colourPickerLight3;
  79. wxTextCtrl* m_lightElevation3;
  80. wxTextCtrl* m_lightAzimuth3;
  81. wxStaticText* m_staticText26;
  82. COLOR_SWATCH* m_colourPickerLight7;
  83. wxTextCtrl* m_lightElevation7;
  84. wxTextCtrl* m_lightAzimuth7;
  85. wxStaticText* m_staticText171;
  86. COLOR_SWATCH* m_colourPickerLight4;
  87. wxTextCtrl* m_lightElevation4;
  88. wxTextCtrl* m_lightAzimuth4;
  89. wxStaticText* m_staticText181;
  90. COLOR_SWATCH* m_colourPickerLight8;
  91. wxTextCtrl* m_lightElevation8;
  92. wxTextCtrl* m_lightAzimuth8;
  93. public:
  94. 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 );
  95. ~PANEL_3D_RAYTRACING_OPTIONS_BASE();
  96. };