diff options
author | Oz Linden <oz@lindenlab.com> | 2011-02-16 21:54:57 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-02-16 21:54:57 -0500 |
commit | cd885c0a09903837784dc9393769ba177aea8163 (patch) | |
tree | ecb272c440c8a709263b4c24d884bf72307e113d /indra/llmath/llcamera.cpp | |
parent | 008938e37292cc8b66e19f2df3f745e9b178b86d (diff) | |
parent | 4497502d0d3784a2cfd6871e7609290de2023475 (diff) |
Automated merge with ssh://bitbucket.org/jenn_linden/viewer-vs2010
Diffstat (limited to 'indra/llmath/llcamera.cpp')
-rw-r--r-- | indra/llmath/llcamera.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmath/llcamera.cpp b/indra/llmath/llcamera.cpp index bad4d00fd6..687c1a7d45 100644 --- a/indra/llmath/llcamera.cpp +++ b/indra/llmath/llcamera.cpp @@ -703,6 +703,7 @@ void LLCamera::calculateFrustumPlanes(F32 left, F32 right, F32 top, F32 bottom) mLocalPlanes[PLANE_BOTTOM].setVec( a, c, b); //calculate center and radius squared of frustum in world absolute coordinates + static LLVector3 const X_AXIS(1.f, 0.f, 0.f); mFrustCenter = X_AXIS*mFarPlane*0.5f; mFrustCenter = transformToAbsolute(mFrustCenter); mFrustRadiusSquared = mFarPlane*0.5f; |