changed the remarks and value of RAY_CAST_LIMIT_PROPORTIONS

This commit is contained in:
axelrodR 2014-02-26 22:48:27 +02:00
parent 5686f4a83c
commit ffbff5dcc9

View File

@ -132,8 +132,9 @@ enum dtRaycastOptions
};
/// used when #DT_FINDPATH_LIMIT_RAYCASTS is set to limit raycasting to a multiple of the character radius
static const float RAY_CAST_LIMIT_PROPORTIONS = 20.0f;
/// Limit raycasting during any angle pahfinding
/// 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.
enum dtPolyTypes