diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-02-26 00:30:44 -0800 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-02-26 00:30:44 -0800 |
commit | 1b8523a7b6293db89b16ca8e08330969cf1d9166 (patch) | |
tree | 0e74924701e16afaf4be79dbde50dedce4e9e9bb /indra/newview/llheroprobemanager.h | |
parent | 2ba5449b8b888b64ed87ef801426f7eab6e0be95 (diff) |
#890 Make sure we're doing the correct distance check.
#682 Improve the conservative update functionality for mirror faces. Make it attenuate depending on how much the camera is facing that specific cubemap face.
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r-- | indra/newview/llheroprobemanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h index b1907ef185..038a8fd45a 100644 --- a/indra/newview/llheroprobemanager.h +++ b/indra/newview/llheroprobemanager.h @@ -135,7 +135,7 @@ private: bool mReset = false; bool mRenderingMirror = false; - std::map<int, bool> mFaceUpdateList; + std::map<int, int> mFaceUpdateList; U32 mCurrentProbeUpdateFrame = 0; U32 mLowPriorityFaceThrottle = 2; |