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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user