Clears (sets to NULL_AREA) triangles whose slope exceeds the walkable limit. Mirrors markWalkableTriangles but does the inverse operation.
Array of vertex coordinates [x0, y0, z0, ...]
Array of triangle indices [i0, i1, i2, ...]
In/out array of triangle area IDs (modified in place)
Maximum walkable slope angle in degrees (default: 45)
Clears (sets to NULL_AREA) triangles whose slope exceeds the walkable limit. Mirrors markWalkableTriangles but does the inverse operation.