mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-20 10:25:40 +00:00
Added interface for importing models in the Model Editor + fixed bugs
This commit is contained in:
@@ -25,6 +25,7 @@ class CModelEditorWindow : public QMainWindow
|
||||
Ui::CModelEditorWindow *ui;
|
||||
CRenderer *mpRenderer;
|
||||
CSceneManager *mpScene;
|
||||
QString mOutputFilename;
|
||||
CModel *mpCurrentModel;
|
||||
CToken mModelToken;
|
||||
CModelNode *mpCurrentModelNode;
|
||||
@@ -115,6 +116,10 @@ private slots:
|
||||
|
||||
void on_ClearColorPicker_colorChanged(const QColor &);
|
||||
|
||||
void on_actionImport_triggered();
|
||||
|
||||
void on_actionSave_as_triggered();
|
||||
|
||||
signals:
|
||||
void Closed();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user