diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2024-02-27 11:09:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 11:09:38 -0800 |
commit | 7d1e3e08fcfbb3801edde3b6d248080055cd0a75 (patch) | |
tree | 6f7bdf27cf2a42b424ad7e821ae963432a4a4f89 /indra/newview/llviewerobject.h | |
parent | 95e1badaa4566bea41479623bf5b5112f7184cd5 (diff) | |
parent | ae9d3e719a0cdb7af5dc470369df6fadd3e04b49 (diff) |
Merge pull request #891 from secondlife/geenz/mirrors-optimization-pass-1
#682 First mirrors optimization pass
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 80da7b2f73..0c4d958aed 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -944,6 +944,7 @@ public: // reflection probe state bool mIsReflectionProbe = false; // if true, this object should register itself with LLReflectionProbeManager LLPointer<LLReflectionMap> mReflectionProbe = nullptr; // reflection probe coupled to this viewer object. If not null, should be deregistered when this object is destroyed + bool mIsHeroProbe = false; // This is a special case for mirrors and other high resolution probes. // the amount of GPU time (in ms) it took to render this object according to LLPipeline::profileAvatar // -1.f if no profile data available |