diff options
| author | Oz Linden <oz@lindenlab.com> | 2015-02-20 12:56:45 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2015-02-20 12:56:45 -0500 |
| commit | 3cf8a1ce6e81c30cf7231a5ab045bbc45c6757e2 (patch) | |
| tree | f3ad7d802f0f9fb4d406e9703e7540fe3351bb00 /indra/newview/app_settings/high_graphics.xml | |
| parent | 4e1bd474f268e88b424b87806fe4815807b41a49 (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/high_graphics.xml')
| -rwxr-xr-x | indra/newview/app_settings/high_graphics.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/newview/app_settings/high_graphics.xml b/indra/newview/app_settings/high_graphics.xml index 37def19aaa..4e7c0fa914 100755 --- a/indra/newview/app_settings/high_graphics.xml +++ b/indra/newview/app_settings/high_graphics.xml @@ -27,9 +27,8 @@ <!--Default for now--> <RenderTreeLODFactor value="0.5"/> <!--Avater Impostors and Visual Muting Limits--> - <RenderUseImpostors value="TRUE"/> - <RenderAvatarMaxVisible value="20"/> - <RenderAutoMuteRenderWeightLimit value="350000"/> + <RenderAvatarMaxNonImpostors value="20"/> + <RenderAvatarMaxComplexity value="350000"/> <RenderAutoMuteSurfaceAreaLimit value="300"/> <!--Default for now--> <RenderVolumeLODFactor value="1.125"/> |
