diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-01-31 15:54:14 -0800 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2024-01-31 15:54:14 -0800 |
commit | 476cbaed6a876c308baa057b50af2631668f7293 (patch) | |
tree | 0699bf3a2efcb7185ff13827794a0b9a506b0f4b /indra/newview/llheroprobemanager.h | |
parent | 80ce790d2e952c7fb41cea69071fc026ac82f691 (diff) |
#677 Some clipping WIP
Diffstat (limited to 'indra/newview/llheroprobemanager.h')
-rw-r--r-- | indra/newview/llheroprobemanager.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llheroprobemanager.h b/indra/newview/llheroprobemanager.h index 68cfdbfd99..0b32768bb1 100644 --- a/indra/newview/llheroprobemanager.h +++ b/indra/newview/llheroprobemanager.h @@ -75,7 +75,9 @@ public: bool isMirrorPass() const { return mRenderingMirror; } - LLPlane currentMirrorClip() const { return mCurrentClipPlane; } + LLPlane currentMirrorClip() const { return mCurrentClipPlane; } + LLVector3 mMirrorPosition; + LLVector3 mMirrorNormal; private: friend class LLPipeline; @@ -102,6 +104,7 @@ private: LLPlane mCurrentClipPlane; + // update the specified face of the specified probe void updateProbeFace(LLReflectionMap* probe, U32 face, F32 near_clip); |