S
sfx1999
Guest
OK I am having a problem with this. I want to test if an AABB lies within the view frustum for my program. The problem is, it will always say that a box is not in the frustum if all points are outside the frustum. This means that if I have an AABB with all points outside of the frustum that STILL intersects with it, then it will say it is not in the frustum. Does anyone have an idea on how fix this?