added nav-mesh support to indoor-map

some fixes/changes
This commit is contained in:
2018-01-16 12:43:45 +01:00
parent 281ef3f7dc
commit 4dda7e656b
16 changed files with 524 additions and 60 deletions

View File

@@ -65,8 +65,9 @@ public slots:
private slots:
void onShow3DFloorplan();
void onShow3DGrid();
void onSetShow3DFloorplan(bool show);
void onSetShow3DGrid(bool show);
void onSetShow3DNavMesh(bool show);
private: