diff options
author | Merov Linden <merov@lindenlab.com> | 2011-02-08 22:22:25 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-02-08 22:22:25 -0800 |
commit | 6ba900073fb79f25c9ff79efee8b83ba3cdf4efd (patch) | |
tree | 076c1b6146c255432ba63681ae8753625046f813 /indra/llmath/llcamera.cpp | |
parent | 2a13dc7930000f6d2235840f4a7f3a427a0dba67 (diff) | |
parent | 953104660944345c0531b2b2f49bfaf09348d44c (diff) |
STORM-955 : pull into viewer-development
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; |