This website requires JavaScript.
Explore
Help
Register
Sign In
server_common
/
recastnavigation_v1.6.0
Watch
5
Star
0
Fork
0
You've already forked recastnavigation_v1.6.0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
recastnavigation_v1.6.0
/
Detour
/
Source
History
axelrodR
e2722403be
bugfix: raycasts sometimes fail when the origin is near a boundary of a triangle with a slope. The fix of considers polygons to have a thickness for the purpose of finding closest nodes.
2014-02-10 00:30:46 +02:00
..
DetourAlloc.cpp
Custom allocator for Recast.
2010-07-09 12:55:14 +00:00
DetourCommon.cpp
Add wrappers for the standard math library
2013-09-15 20:09:01 -07:00
DetourNavMesh.cpp
bugfix: raycasts sometimes fail when the origin is near a boundary of a triangle with a slope. The fix of considers polygons to have a thickness for the purpose of finding closest nodes.
2014-02-10 00:30:46 +02:00
DetourNavMeshBuilder.cpp
Add wrappers for the standard math library
2013-09-15 20:09:01 -07:00
DetourNavMeshQuery.cpp
bugfix: raycasts sometimes fail when the origin is near a boundary of a triangle with a slope. The fix of considers polygons to have a thickness for the purpose of finding closest nodes.
2014-02-10 00:30:46 +02:00
DetourNode.cpp
moving from creating several nodes at once for the same ref to creating as needed based on ref and state (where state is currently used only for border poly to keep the arrival side).
2014-01-31 11:26:12 +02:00