You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Frustum will fail to detect a collision/intersection when a box overlaps the frustum and all corners of the box are outside the frustum and all corners of the frustum are outside the box.
See the AABBFrustumEdgeOverlap test case in Frustum_TEST.cc.
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
The Frustum will fail to detect a collision/intersection when a box overlaps the frustum and all corners of the box are outside the frustum and all corners of the frustum are outside the box.
See the
AABBFrustumEdgeOverlap
test case inFrustum_TEST.cc
.This issue was found during review of pull request #193
The text was updated successfully, but these errors were encountered: