worked on 3d models within map

adjusted grid factory
adjusted nav mesh factory
minoor changes/fixes
new helper classes
refactoring
This commit is contained in:
2018-04-03 14:55:59 +02:00
parent f3b6155157
commit 1c2081d406
25 changed files with 620 additions and 93 deletions

View File

@@ -73,6 +73,11 @@ public:
hashes.clear();
}
/** is the grid empty? */
bool isEmpty() const {
return nodes.empty();
}
/** no-assign */
void operator = (const Grid& o) = delete;