some refactoring

hopefully improved rendering speed
added support to add .obj obstacles
This commit is contained in:
2018-02-17 17:39:18 +01:00
parent 839401edb7
commit 52ab71fac5
25 changed files with 538 additions and 12 deletions

View File

@@ -42,6 +42,7 @@ private:
QPushButton* btnWall;
QPushButton* btnPillar;
QPushButton* btnDoor;
QPushButton* btnObject;
QPushButton* btnStair;
QPushButton* btnElevator;
@@ -64,6 +65,7 @@ private slots:
void onNewWall();
void onNewPillar();
void onNewDoor();
void onNewObject();
void onNewStair();
void onNewElevator();
@@ -71,7 +73,7 @@ private slots:
void onNewBeacon();
void onNewFingerprintLocation();
void onNewPOI();
void onNewGTP();
void onNewGTP();
void onNewImage();