summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/settings.xml
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-12-04 10:33:04 -0800
committerGitHub <noreply@github.com>2024-12-04 12:33:04 -0600
commit4b5d4be5a86af035ec756bcbdb3aeafbf90f5d10 (patch)
tree60e991593b96e12b17374f650a3d93559d9c6742 /indra/newview/app_settings/settings.xml
parent27fb297b6f5ac1e5b5e28c012a63f845eb81ab68 (diff)
#3106 Lower maximum texture bias back to 4, reintroduce camera importance texture scaling (#3207)
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r--indra/newview/app_settings/settings.xml19
1 files changed, 3 insertions, 16 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 65235b47af..1ea08498c5 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -11433,30 +11433,17 @@
<key>Value</key>
<real>20.0</real>
</map>
- <key>TextureBiasDistanceScale</key>
+ <key>TextureCameraBoost</key>
<map>
<key>Comment</key>
- <string>When biasing textures to lower resolution due to lack of vram, weight to put on distance factor.</string>
+ <string>Amount to boost resolution of textures that are important to the camera.</string>
<key>Persist</key>
- <integer>1</integer>
+ <integer>0</integer>
<key>Type</key>
<string>F32</string>
<key>Value</key>
<real>8.0</real>
</map>
- <key>TextureBiasUnimportantFactor</key>
- <map>
- <key>Comment</key>
- <string>When biasing textures to lower resolution due to lack of vram, the importance threshold below which is considered unimportant and getting an extra bias.</string>
- <key>Persist</key>
- <integer>1</integer>
- <key>Type</key>
- <string>F32</string>
- <key>Value</key>
- <real>0.25</real>
- <key>Backup</key>
- <integer>0</integer>
- </map>
<key>TextureDecodeDisabled</key>
<map>
<key>Comment</key>