diff options
author | Dave Parks <davep@lindenlab.com> | 2023-01-31 15:01:05 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-01-31 15:01:05 -0600 |
commit | c9d56e212aa0117661f9c76545ca84b39412bae7 (patch) | |
tree | e57993f680b6260631784c2177b7c0d51ad2b17a /indra/newview/app_settings/settings.xml | |
parent | c154f4f6da10df693cbe15e0fe291d5b3c423d32 (diff) |
SL-19015 Balance sun/sky ambiance with punctual light ambiance. Prevent irradiance maps from being brighter than the environment.
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 41afca50f6..333d764866 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -10393,6 +10393,17 @@ <key>Value</key> <integer>256</integer> </map> + <key>RenderReflectionProbeAmbianceScale</key> + <map> + <key>Comment</key> + <string>Scaler to apply to reflection probes to over-brighten sky contributions to indirect light</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>F32</string> + <key>Value</key> + <integer>8</integer> + </map> <key>RenderReflectionProbeDrawDistance</key> <map> |