diff options
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-x | indra/newview/llvocache.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 04463088fa..c448b97b80 100755 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -168,7 +168,13 @@ public: public: void processOccluders(LLCamera* camera); +public: + static BOOL sNeedsOcclusionCheck; + private: + BOOL mDirty; + U32 mCullHistory[LLViewerCamera::NUM_CAMERAS]; + U32 mCulledTime[LLViewerCamera::NUM_CAMERAS]; std::set<LLOcclusionCullingGroup*> mOccludedGroups; }; |