34 static const float agentJumpHeight = 56;
36 static const float smallFallHeight = 100;
37 static const float mediumFallHeight = 250;
38 static const float maxFallHeight = 600;
42static constexpr unsigned char RECAST_AREA_LADDER = 32;
43static constexpr unsigned char RECAST_AREA_STRAIGHT = 33;
44static constexpr unsigned char RECAST_AREA_JUMP = 34;
45static constexpr unsigned char RECAST_AREA_FALL = 35;
46static constexpr unsigned char RECAST_AREA_MEDIUM_FALL = 36;
47static constexpr unsigned char RECAST_AREA_HIGH_FALL = 37;
Configuration.
Definition navigation_recast_config_ext.h:33