diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-09-12 16:40:18 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-09-12 16:40:18 -0600 |
commit | 605060ea022670f4ff6f8850f79495032095b58e (patch) | |
tree | d5bdbefd97c7a54f81352f6c5a172fa4a6dcf7d8 /indra/newview/llvieweroctree.h | |
parent | 91aba8feb98fe937da3bd90d5329c2dbb633e8d3 (diff) |
fix for SH-4477: Interesting: objects on adjacent region are not visible. #3 and
SH-4457: Interesting: nearby content on adjacent region is not visible.
Diffstat (limited to 'indra/newview/llvieweroctree.h')
-rw-r--r-- | indra/newview/llvieweroctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvieweroctree.h b/indra/newview/llvieweroctree.h index 97dc1d4a0a..bc3c7cbfa2 100644 --- a/indra/newview/llvieweroctree.h +++ b/indra/newview/llvieweroctree.h @@ -314,7 +314,7 @@ public: void setOcclusionState(U32 state, S32 mode = STATE_MODE_SINGLE); void clearOcclusionState(U32 state, S32 mode = STATE_MODE_SINGLE); void checkOcclusion(); //read back last occlusion query (if any) - void doOcclusion(LLCamera* camera, const LLVector3* region_agent = NULL); //issue occlusion query + void doOcclusion(LLCamera* camera, const LLVector4a* shift = NULL); //issue occlusion query BOOL isOcclusionState(U32 state) const { return mOcclusionState[LLViewerCamera::sCurCameraID] & state ? TRUE : FALSE; } BOOL needsUpdate(); |