fix for SH-4244: interesting: objects on adjacent region are not visible. and

SH-4264: interesting: Content near edges of screen does not load
master
Xiaohong Bao 2013-06-14 16:20:22 -06:00
parent fc88265cff
commit 1bc1d532cf
1 changed files with 2 additions and 2 deletions

View File

@ -416,7 +416,7 @@ public:
virtual S32 frustumCheck(const LLviewerOctreeGroup* group)
{
#if 1
#if 0
S32 res = AABBInRegionFrustumGroupBounds(group);
#else
S32 res = AABBInRegionFrustumNoFarClipGroupBounds(group);
@ -430,7 +430,7 @@ public:
virtual S32 frustumCheckObjects(const LLviewerOctreeGroup* group)
{
#if 1
#if 0
S32 res = AABBInRegionFrustumObjectBounds(group);
#else
S32 res = AABBInRegionFrustumNoFarClipObjectBounds(group);