Merge branch 'OctTree' of github.com:teamfisk/TacticalZ into OctTree
# Conflicts: # include/Engine/Core/Collision.h # src/Engine/Core/Collision.cpp
This commit is contained in:
@@ -3,12 +3,13 @@
|
||||
|
||||
#include "Core/Ray.h"
|
||||
#include "Core/AABB.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace Collision
|
||||
{
|
||||
|
||||
bool RayAABBIntr(const Ray& ray, const AABB& box);
|
||||
|
||||
bool RayVsAABB(const Ray& ray, const AABB& box);
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user