X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgeometry.hpp;h=9a9690b245cd59c0fff0c14baa6c74800120b054;hb=7caa2326d25d4fc5ba98318dfccb508bb3e16820;hp=d74e08e6b6fc8c29a5bc104ce381d6f0632e6289;hpb=753be639d7d04f9f7415db9fc2721485c531f0a1;p=blank.git diff --git a/src/geometry.hpp b/src/geometry.hpp index d74e08e..9a9690b 100644 --- a/src/geometry.hpp +++ b/src/geometry.hpp @@ -32,6 +32,8 @@ bool Intersection( float *dist = nullptr, glm::vec3 *normal = nullptr); +bool CullTest(const AABB &box, const glm::mat4 &MVP); + } #endif