diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-11-13 22:38:39 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-11-13 22:38:39 -0700 |
commit | 6ec5d9943d4637543eacca805d73f859c25a7e07 (patch) | |
tree | 8e548b21d24464b513afe9a41ca10ff1c985593e /indra/llmath/llcamera.h | |
parent | 6d9d382c73c026f1dcb2f9d2810994a66cd2bd9d (diff) | |
parent | 6a0a5c18e33be6889f12a9954861c446acb9113b (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/llmath/llcamera.h')
-rwxr-xr-x | indra/llmath/llcamera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llcamera.h b/indra/llmath/llcamera.h index 946f9f8d84..321b8ddcc4 100755 --- a/indra/llmath/llcamera.h +++ b/indra/llmath/llcamera.h @@ -194,7 +194,7 @@ public: // Return number of bytes copied. size_t readFrustumFromBuffer(const char *buffer); void calcAgentFrustumPlanes(LLVector3* frust); - void calcRegionFrustumPlanes(const LLVector3& shift); //calculate regional planes from mAgentPlanes. + void calcRegionFrustumPlanes(const LLVector3& shift, F32 far_clip_distance); //calculate regional planes from mAgentPlanes. void ignoreAgentFrustumPlane(S32 idx); // Returns 1 if partly in, 2 if fully in. |