diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-17 20:22:02 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-17 20:22:02 -0600 |
commit | cf89975f166c1546c60dc51b25558ba74dee5cf5 (patch) | |
tree | 6880cbba2cad337adcf836248259cc488caa0d96 /indra/newview/llvocache.h | |
parent | 18aedf0241ba893e12140c0a3855f328d2b4eded (diff) | |
parent | c8228b65f8a4a94220c92d89d1529ed484f6e84a (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 21b30f5373..764c06f813 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -186,7 +186,7 @@ public: void removeOccluder(LLVOCacheGroup* group); private: - void selectBackObjects(LLCamera &camera, F32 back_sphere_radius); //select objects behind camera. + void selectBackObjects(LLCamera &camera, F32 back_sphere_radius, F32 projection_area_cutoff); //select objects behind camera. public: static BOOL sNeedsOcclusionCheck; |