summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings/low_graphics.xml
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-02-20 12:56:45 -0500
committerOz Linden <oz@lindenlab.com>2015-02-20 12:56:45 -0500
commit3cf8a1ce6e81c30cf7231a5ab045bbc45c6757e2 (patch)
treef3ad7d802f0f9fb4d406e9703e7540fe3351bb00 /indra/newview/app_settings/low_graphics.xml
parent4e1bd474f268e88b424b87806fe4815807b41a49 (diff)
Clean up impostors and visual muting
Rename the settings that control them to be more descriptive Remove the separate boolean setting (RenderUseImpostors) that governed both Establish default values based on gpu class for impostors and visual muting
Diffstat (limited to 'indra/newview/app_settings/low_graphics.xml')
-rwxr-xr-xindra/newview/app_settings/low_graphics.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/app_settings/low_graphics.xml b/indra/newview/app_settings/low_graphics.xml
index 683c2bd996..b98d681018 100755
--- a/indra/newview/app_settings/low_graphics.xml
+++ b/indra/newview/app_settings/low_graphics.xml
@@ -7,7 +7,7 @@
<!--Default for now-->
<RenderAvatarPhysicsLODFactor value="0.0"/>
<!--Default for now-->
- <RenderAvatarMaxVisible value="3"/>
+ <RenderAvatarMaxNonImpostors value="10"/>
<!--NO SHADERS-->
<RenderAvatarVP value="FALSE"/>
<!--Short Range-->
@@ -29,9 +29,8 @@
<!--Default for now-->
<RenderTreeLODFactor value="0.5"/>
<!--Avater Impostors and Visual Muting Limits-->
- <RenderUseImpostors value="TRUE"/>
- <RenderAvatarMaxVisible value="12"/>
- <RenderAutoMuteRenderWeightLimit value="75000"/>
+ <RenderAvatarMaxNonImpostors value="12"/>
+ <RenderAvatarMaxComplexity value="75000"/>
<RenderAutoMuteSurfaceAreaLimit value="150"/>
<!--Default for now-->
<RenderVolumeLODFactor value="1.125"/>