diff options
author | Dave Parks <davep@lindenlab.com> | 2013-04-25 18:21:08 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-04-25 18:21:08 -0500 |
commit | 15852b88d990c980abd1ec4b66b4cc8cae4fd313 (patch) | |
tree | 413f7b3e4f918c0b20699486448607d1cd940ac8 | |
parent | 8bf4f1591114f135c64bee5cb9cb5e67bbcf8acd (diff) |
Bump resolution on lightFunc to avoid banding.
-rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index eb5c9cc5c0..c064b420f3 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8471,7 +8471,7 @@ <key>Type</key> <string>U32</string> <key>Value</key> - <real>512</real> + <real>1024</real> </map> <key>RenderSpecularResY</key> @@ -8483,7 +8483,7 @@ <key>Type</key> <string>U32</string> <key>Value</key> - <real>128</real> + <real>256</real> </map> <key>RenderSpecularExponent</key> |