changed 3D rendering

added pan/zoom gesture
This commit is contained in:
2018-02-04 17:02:14 +01:00
parent 3b62f23c0e
commit 076c0e9157
32 changed files with 446 additions and 484 deletions

View File

@@ -0,0 +1,24 @@
#ifndef QNAVMESHSETTINGS_H
#define QNAVMESHSETTINGS_H
#include <QObject>
#include <QDialog>
namespace NM {
class NavMeshSettings;
}
class QNavMeshSettings : public QDialog {
Q_OBJECT
public:
QNavMeshSettings(NM::NavMeshSettings* settings, QWidget* parent = nullptr);
bool ok = false;
};
#endif // QNAVMESHSETTINGS_H