changed the remarks and value of RAY_CAST_LIMIT_PROPORTIONS
This commit is contained in:
parent
5686f4a83c
commit
ffbff5dcc9
@ -132,8 +132,9 @@ enum dtRaycastOptions
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/// used when #DT_FINDPATH_LIMIT_RAYCASTS is set to limit raycasting to a multiple of the character radius
|
/// Limit raycasting during any angle pahfinding
|
||||||
static const float RAY_CAST_LIMIT_PROPORTIONS = 20.0f;
|
/// The limit is given as a multiple of the character radius
|
||||||
|
static const float RAY_CAST_LIMIT_PROPORTIONS = 50.0f;
|
||||||
|
|
||||||
/// Flags representing the type of a navigation mesh polygon.
|
/// Flags representing the type of a navigation mesh polygon.
|
||||||
enum dtPolyTypes
|
enum dtPolyTypes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user