summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
diff options
context:
space:
mode:
authorRunitaiLinden <davep@lindenlab.com>2024-04-02 16:09:20 -0500
committerGitHub <noreply@github.com>2024-04-02 16:09:20 -0500
commit54fc10acb10eeaeeadec3f06a373e9c94d8676cb (patch)
treee50d3390b0adb544876bb16f6364eefcd534fe49 /indra/newview/app_settings/settings.xml
parent92efb16039619b8ac440cfc862f29b0f7c6c0fd6 (diff)
#1116 HDRI preview enhancements (#1119)
Don't split sky in radiance and irradiance maps Allow for applying HDRI sky to only irradiance map Allow for showing entire EEP sky (clouds and all) when split is set to zero
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r--indra/newview/app_settings/settings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 3ef7cb9ef7..30b307677b 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -9373,6 +9373,17 @@
<key>Value</key>
<real>1.0</real>
</map>
+ <key>RenderHDRIIrradianceOnly</key>
+ <map>
+ <key>Comment</key>
+ <string>Only use HDRI sky for irradiance map when RenderHDRISplitScreen is 0</string>
+ <key>Persist</key>
+ <integer>1</integer>
+ <key>Type</key>
+ <string>Boolean</string>
+ <key>Value</key>
+ <integer>0</integer>
+ </map>
<key>RenderMaxOpenGLVersion</key>
<map>
<key>Comment</key>