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

@@ -58,6 +58,11 @@ public:
/** get the underlying model */
Floorplan::Floor& getFloor() {return *floor;}
virtual void setVisible(const bool visible) override {
floor->enabled = visible;
MapLayer::setVisible(visible);
}
std::string getLayerName() const override {return floor->name;}