Merge pull request #109 from Kromster80/patch-2

Updated dtFindPathOptions description and options
This commit is contained in:
Graham Pentheny 2016-01-02 10:30:37 -05:00
commit 43a20cce42

View File

@ -118,10 +118,9 @@ enum dtStraightPathOptions
};
/// Options for dtNavMeshQuery::findPath
/// Options for dtNavMeshQuery::initSlicedFindPath and updateSlicedFindPath
enum dtFindPathOptions
{
DT_FINDPATH_LOW_QUALITY_FAR = 0x01, ///< [provisional] trade quality for performance far from the origin. The idea is that by then a new query will be issued
DT_FINDPATH_ANY_ANGLE = 0x02, ///< use raycasts during pathfind to "shortcut" (raycast still consider costs)
};