1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Optimize entity-entity collision (#6587)

* Add IrrLicht type aliases
* Add hash for IrrLicht vector
* Add object map
This commit is contained in:
Vitaliy 2018-04-03 09:23:46 +03:00 committed by Loïc Blot
parent 2481ea27ce
commit 528908a4c3
13 changed files with 613 additions and 80 deletions

View file

@ -24,3 +24,5 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <aabbox3d.h>
typedef core::aabbox3d<f32> aabb3f;
typedef core::aabbox3d<s16> aabb3s16;
typedef core::aabbox3d<s32> aabb3s32;