!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Sandbox / Plugins / LodGeneratorPlugin / panel / LodGeneratorOptionsPanel.h
blobe7c5bfc154f7ea6b216c87abe3b859e12d10cdf6
1 #pragma once
3 #include <QWidget>
4 #include "../Util/LodParameter.h"
5 #include "GeneratorOptionsPanel.h"
7 namespace Ui
9 class CLodGeneratorOptionsPanel;
12 class CLodGeneratorOptionsPanel : public CGeneratorOptionsPanel
14 Q_OBJECT
16 public:
17 explicit CLodGeneratorOptionsPanel(QWidget *parent = 0);
18 ~CLodGeneratorOptionsPanel();
20 public:
21 void ParameterChanged(SLodParameter* parameter);
22 void Update();
23 void Reset();
25 private:
26 void LoadPropertiesTree();
27 void FillProperty(SLodParameterGroup& sLodParameterGroup,CVarBlock* pVarBlock);
29 private:
30 Ui::CLodGeneratorOptionsPanel *ui;
32 SLodParameterGroupSet m_groups;