mirror of
https://github.com/godotengine/godot.git
synced 2024-11-29 07:32:20 +00:00
71d2e38cb5
Implements the Gauss Mapping optimization to SAT convex collision test. * Described [here](https://ubm-twvideo01.s3.amazonaws.com/o1/vault/gdc2013/slides/822403Gregorius_Dirk_TheSeparatingAxisTest.pdf) by Dirk Gregorius. * Requires adding of face information to edges in MeshData * Took the chance to convert MeshData to LocalVector for performance. |
||
---|---|---|
.. | ||
editor | ||
config.py | ||
godot_navigation_server.cpp | ||
godot_navigation_server.h | ||
nav_base.h | ||
nav_link.cpp | ||
nav_link.h | ||
nav_map.cpp | ||
nav_map.h | ||
nav_region.cpp | ||
nav_region.h | ||
nav_rid.h | ||
nav_utils.h | ||
navigation_mesh_generator.cpp | ||
navigation_mesh_generator.h | ||
register_types.cpp | ||
register_types.h | ||
rvo_agent.cpp | ||
rvo_agent.h | ||
SCsub |