diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-03-24 17:59:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 17:59:13 -0400 |
| commit | 5e5d466628f3576bb48b63f143502ea914f79bca (patch) | |
| tree | 643598d6a844100c95d9383b155c8711ac14931f /indra/newview/app_settings/settings.xml | |
| parent | 7fc9c0baa430875dce44778d5d72b302858f9f4e (diff) | |
Readd probe count setting (#3793)
* Readd max probe count. Disable dynamic probe allocation by default (for now).
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 4ce7e0f729..b7127adc53 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9087,6 +9087,17 @@ <key>Value</key> <integer>1</integer> </map> + <key>RenderReflectionProbeDynamicAllocation</key> + <map> + <key>Comment</key> + <string>Enable dynamic allocation of reflection probes. -1 means no dynamic allocation. Sets a buffer to allocate when a dynamic allocation occurs otherwise.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>S32</string> + <key>Value</key> + <integer>-1</integer> + </map> <key>RenderReflectionProbeCount</key> <map> <key>Comment</key> |
