Marks triangles as walkable based on their slope angle
Array of vertex coordinates [x0, y0, z0, x1, y1, z1, ...]
Array of triangle indices [i0, i1, i2, i3, i4, i5, ...]
Output array of triangle area IDs, with a length equal to inIndices.length / 3
Maximum walkable slope angle in degrees (default: 45)
Marks triangles as walkable based on their slope angle