diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2013-08-14 14:56:35 -0600 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2013-08-14 14:56:35 -0600 | 
| commit | 23214506d280b485cc74372a9dbb8d6b8c3937c5 (patch) | |
| tree | 1b3d2042c7554342f99123b2303a9211a3625e8a | |
| parent | a9c7cc486f4de721d42279263af33b272e15c830 (diff) | |
enable far clip plane culling on object cache view culling
| -rwxr-xr-x | indra/newview/llvocache.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index 7dfa131ebf..67a0b58241 100755 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -531,7 +531,7 @@ public:  	virtual S32 frustumCheck(const LLviewerOctreeGroup* group)  	{ -#if 0 +#if 1  		S32 res = AABBInRegionFrustumGroupBounds(group);  #else	  		S32 res = AABBInRegionFrustumNoFarClipGroupBounds(group); @@ -545,7 +545,7 @@ public:  	virtual S32 frustumCheckObjects(const LLviewerOctreeGroup* group)  	{ -#if 0 +#if 1  		S32 res = AABBInRegionFrustumObjectBounds(group);  #else  		S32 res = AABBInRegionFrustumNoFarClipObjectBounds(group); | 
