|
| void | rcFilterLowHangingWalkableObstacles (rcContext *ctx, const int walkableClimb, rcHeightfield &solid) |
| | Marks non-walkable spans as walkable if their maximum is within walkableClimp of a walkable neihbor. More...
|
| |
| void | rcFilterLedgeSpans (rcContext *ctx, const int walkableHeight, const int walkableClimb, rcHeightfield &solid) |
| | Marks spans that are ledges as not-walkable. More...
|
| |
| void | rcFilterWalkableLowHeightSpans (rcContext *ctx, int walkableHeight, rcHeightfield &solid) |
| | Marks walkable spans as not walkable if the clearence above the span is less than the specified height. More...
|
| |
| void | rcFilterHeightThresholds (rcContext *ctx, const rcHeightThreshold *heights, int numHeights, rcHeightfield &solid) |
| |