34 static const float recastCellSize = 10.25;
35 static const float recastCellHeight = 1.0;
36 static const float agentHeight = DEFAULT_VIEWHEIGHT;
37 static const float agentMaxClimb = STEPSIZE;
40 static const float agentMaxSlope = 45.5729942f;
42 static const float agentRadius = 1.0;
43 static const int regionMinSize = 6;
44 static const int regionMergeSize = 20;
45 static const float edgeMaxLen = 100.0;
46 static const float edgeMaxError = 1.3f;
47 static const int vertsPerPoly = 6;
48 static const float detailSampleDist = 12.0;
49 static const float detailSampleMaxError = 1.3f;