Add support for using NavAreas for navigation
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
/// @ingroup detour
|
||||
class dtQueryFilter
|
||||
{
|
||||
public:
|
||||
float m_areaCost[DT_MAX_AREAS]; ///< Cost per area type. (Used by default implementation.)
|
||||
unsigned short m_includeFlags; ///< Flags for polygons that can be visited. (Used by default implementation.)
|
||||
unsigned short m_excludeFlags; ///< Flags for polygons that should not be visted. (Used by default implementation.)
|
||||
|
||||
Reference in New Issue
Block a user