diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-09-14 20:40:46 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-09-14 20:40:46 +0300 |
commit | 6e136a79c74a2f67b874d866cdb1be91653c6846 (patch) | |
tree | ad9f55e92ff578d5cd6ae8fc64cc03f9a500523d /indra/newview | |
parent | 75d3bc4d6160e0d535067cfb7bbf86f948995384 (diff) |
MAINT-5632 Max. # of non-impostors should default to 3 when Graphics Quality is set to Low
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/app_settings/low_graphics.xml | 2 | ||||
-rwxr-xr-x | indra/newview/featuretable.txt | 4 | ||||
-rwxr-xr-x | indra/newview/featuretable_mac.txt | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/indra/newview/app_settings/low_graphics.xml b/indra/newview/app_settings/low_graphics.xml index b98d681018..7ad8c7130b 100755 --- a/indra/newview/app_settings/low_graphics.xml +++ b/indra/newview/app_settings/low_graphics.xml @@ -6,8 +6,6 @@ <RenderAvatarLODFactor value="0.5"/> <!--Default for now--> <RenderAvatarPhysicsLODFactor value="0.0"/> - <!--Default for now--> - <RenderAvatarMaxNonImpostors value="10"/> <!--NO SHADERS--> <RenderAvatarVP value="FALSE"/> <!--Short Range--> diff --git a/indra/newview/featuretable.txt b/indra/newview/featuretable.txt index 95a841193d..3b58b943cf 100755 --- a/indra/newview/featuretable.txt +++ b/indra/newview/featuretable.txt @@ -80,7 +80,7 @@ RenderAnisotropic 1 0 RenderAvatarCloth 1 0 RenderAvatarLODFactor 1 0 RenderAvatarPhysicsLODFactor 1 0 -RenderAvatarMaxNonImpostors 1 12 +RenderAvatarMaxNonImpostors 1 3 RenderAvatarMaxComplexity 1 35000 RenderAvatarVP 1 0 RenderFarClip 1 64 @@ -111,7 +111,7 @@ RenderAnisotropic 1 0 RenderAvatarCloth 1 0 RenderAvatarLODFactor 1 0 RenderAvatarPhysicsLODFactor 1 0 -RenderAvatarMaxNonImpostors 1 12 +RenderAvatarMaxNonImpostors 1 3 RenderAvatarMaxComplexity 1 35000 RenderAvatarVP 1 0 RenderFarClip 1 64 diff --git a/indra/newview/featuretable_mac.txt b/indra/newview/featuretable_mac.txt index 23cb7e1ec8..024aab83dd 100755 --- a/indra/newview/featuretable_mac.txt +++ b/indra/newview/featuretable_mac.txt @@ -80,7 +80,7 @@ RenderAnisotropic 1 0 RenderAvatarCloth 1 0 RenderAvatarLODFactor 1 0 RenderAvatarPhysicsLODFactor 1 0 -RenderAvatarMaxNonImpostors 1 12 +RenderAvatarMaxNonImpostors 1 3 RenderAvatarMaxComplexity 1 30000 RenderAvatarVP 1 0 RenderFarClip 1 64 @@ -111,7 +111,7 @@ RenderAnisotropic 1 0 RenderAvatarCloth 1 0 RenderAvatarLODFactor 1 0 RenderAvatarPhysicsLODFactor 1 0 -RenderAvatarMaxNonImpostors 1 12 +RenderAvatarMaxNonImpostors 1 3 RenderAvatarMaxComplexity 1 30000 RenderAvatarVP 1 0 RenderFarClip 1 64 |