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.

111 lines
3.6 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
  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/stattext.h>
  15. #include <wx/gdicmn.h>
  16. #include <wx/font.h>
  17. #include <wx/colour.h>
  18. #include <wx/settings.h>
  19. #include <wx/statline.h>
  20. #include <wx/checkbox.h>
  21. #include <wx/sizer.h>
  22. #include <wx/spinctrl.h>
  23. #include <wx/textctrl.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. wxStaticText* m_renderingLabel;
  34. wxStaticLine* m_staticline1;
  35. wxCheckBox* m_cbRaytracing_proceduralTextures;
  36. wxCheckBox* m_cbRaytracing_addFloor;
  37. wxCheckBox* m_cbRaytracing_antiAliasing;
  38. wxCheckBox* m_cbRaytracing_postProcessing;
  39. wxStaticText* m_staticText19;
  40. wxStaticText* m_staticText201;
  41. wxStaticText* m_staticText211;
  42. wxCheckBox* m_cbRaytracing_renderShadows;
  43. wxSpinCtrl* m_numSamples_Shadows;
  44. wxTextCtrl* m_spreadFactor_Shadows;
  45. wxCheckBox* m_cbRaytracing_showReflections;
  46. wxSpinCtrl* m_numSamples_Reflections;
  47. wxTextCtrl* m_spreadFactor_Reflections;
  48. wxSpinCtrl* m_recursiveLevel_Reflections;
  49. wxCheckBox* m_cbRaytracing_showRefractions;
  50. wxSpinCtrl* m_numSamples_Refractions;
  51. wxTextCtrl* m_spreadFactor_Refractions;
  52. wxSpinCtrl* m_recursiveLevel_Refractions;
  53. wxStaticText* m_lightsLabel;
  54. wxStaticLine* m_staticline2;
  55. wxStaticText* m_staticText17;
  56. COLOR_SWATCH* m_colourPickerCameraLight;
  57. wxStaticText* m_staticText5;
  58. COLOR_SWATCH* m_colourPickerTopLight;
  59. wxStaticText* m_staticText6;
  60. COLOR_SWATCH* m_colourPickerBottomLight;
  61. wxStaticText* m_staticText20;
  62. wxStaticText* m_staticText18;
  63. wxStaticText* m_staticText27;
  64. wxStaticText* m_staticText28;
  65. wxStaticText* m_staticText21;
  66. COLOR_SWATCH* m_colourPickerLight1;
  67. wxTextCtrl* m_lightElevation1;
  68. wxTextCtrl* m_lightAzimuth1;
  69. wxStaticText* m_staticText22;
  70. COLOR_SWATCH* m_colourPickerLight5;
  71. wxTextCtrl* m_lightElevation5;
  72. wxTextCtrl* m_lightAzimuth5;
  73. wxStaticText* m_staticText23;
  74. COLOR_SWATCH* m_colourPickerLight2;
  75. wxTextCtrl* m_lightElevation2;
  76. wxTextCtrl* m_lightAzimuth2;
  77. wxStaticText* m_staticText24;
  78. COLOR_SWATCH* m_colourPickerLight6;
  79. wxTextCtrl* m_lightElevation6;
  80. wxTextCtrl* m_lightAzimuth6;
  81. wxStaticText* m_staticText25;
  82. COLOR_SWATCH* m_colourPickerLight3;
  83. wxTextCtrl* m_lightElevation3;
  84. wxTextCtrl* m_lightAzimuth3;
  85. wxStaticText* m_staticText26;
  86. COLOR_SWATCH* m_colourPickerLight7;
  87. wxTextCtrl* m_lightElevation7;
  88. wxTextCtrl* m_lightAzimuth7;
  89. wxStaticText* m_staticText171;
  90. COLOR_SWATCH* m_colourPickerLight4;
  91. wxTextCtrl* m_lightElevation4;
  92. wxTextCtrl* m_lightAzimuth4;
  93. wxStaticText* m_staticText181;
  94. COLOR_SWATCH* m_colourPickerLight8;
  95. wxTextCtrl* m_lightElevation8;
  96. wxTextCtrl* m_lightAzimuth8;
  97. public:
  98. 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 );
  99. ~PANEL_3D_RAYTRACING_OPTIONS_BASE();
  100. };