summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-10-30 23:17:40 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-10-30 23:17:40 -0600
commit960765e8c7d49a48e66f2e55e980c60645d9ca37 (patch)
tree3f83c3212c4732c1e7acbe634c5e2baf1e32f86c /indra/newview/llvocache.h
parent46c3bf7575a0366c20388d19815a5ee8e01cc0c6 (diff)
more fix to reduce number of rendered triangles per frame.
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-xindra/newview/llvocache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index 446111620d..ae32fb0cee 100755
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -85,8 +85,7 @@ public:
bool hasState(U32 state) {return mState & state;}
U32 getState() const {return mState;}
- //virtual
- bool isRecentlyVisible() const;
+ bool isAnyVisible(const LLVector4a& camera_origin, F32 squared_dist_threshold);
U32 getLocalID() const { return mLocalID; }
U32 getCRC() const { return mCRC; }