Changed the occlusion culling plane model to be on the XZ plane and adjusted the corner point computations

This commit is contained in:
Doug McDiarmid
2021-06-03 18:40:44 -07:00
parent 792176d764
commit 2449a9322d
4 changed files with 13 additions and 13 deletions
@@ -219,9 +219,9 @@ namespace AZ
{
// World space corners of the occluson plane
Vector3 m_cornerBL;
Vector3 m_cornerBR;
Vector3 m_cornerTL;
Vector3 m_cornerTR;
Vector3 m_cornerBR;
Aabb m_aabb;
};