1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/modules/navigation
Juan Linietsky 71d2e38cb5 Optimize Convex Collision
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.
2022-10-13 19:07:53 +02:00
..
2022-08-26 22:05:15 -07:00
2022-08-26 22:05:15 -07:00
2022-08-26 22:05:15 -07:00
2022-08-26 22:05:15 -07:00
2022-08-26 22:05:15 -07:00
2022-08-26 22:05:15 -07:00
2022-08-26 22:05:15 -07:00
2022-04-08 21:01:59 +02:00