summaryrefslogtreecommitdiff
path: root/indra/newview/llreflectionmap.h
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2023-04-18 19:11:38 -0500
committerRunitaiLinden <davep@lindenlab.com>2023-04-18 19:11:38 -0500
commit37eee397b70e2a13a1309025207d1c301f7070c5 (patch)
tree8f223d6719ce6bb57726e81b514f60c7d7a89359 /indra/newview/llreflectionmap.h
parent04b6b84798c497582d8706368580eb3c3ce699eb (diff)
DRTVWR-559 Add control for automatic reflection probes to advanced preferences and featuretable. Remove Reflections checkbox. Don't persist reflection probe volume display between sessions. Incidental decruft.
Diffstat (limited to 'indra/newview/llreflectionmap.h')
-rw-r--r--indra/newview/llreflectionmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llreflectionmap.h b/indra/newview/llreflectionmap.h
index d639f6a54c..803f7bdc97 100644
--- a/indra/newview/llreflectionmap.h
+++ b/indra/newview/llreflectionmap.h
@@ -72,6 +72,9 @@ public:
// perform occlusion query/readback
void doOcclusion(const LLVector4a& eye);
+ // return false if this probe isn't currently relevant (for example, disabled due to graphics preferences)
+ bool isRelevant();
+
// point at which environment map was last generated from (in agent space)
LLVector4a mOrigin;