- Status Processing
- Percent Complete
- Severity Low
- Due in Version Feature Requests
-
Votes
1
- epsilonion (13.02.2018)
FS#11 - Navmesh functions
CanReachPosition (Vec3) :
Returns if a position we ask is inside navmesh or not.
Can have many uses like checking goal position can be reached or random positions are inside navmesh.
NavmeshRaycast(Vec3 start, Vec3 goal):
Like physics raycast, but returns if there is some intersection in the navmesh from a start position to a goal position. It’s should be less expensive than raycast, but allowing to detect ground static obstacles.
see other post on navmesh development that has begun: Navmesh Rotation Issues