diff options
author | Oz Linden <oz@lindenlab.com> | 2016-04-28 11:28:46 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-04-28 11:28:46 -0400 |
commit | e81135b5d82701745a6fb324d70312796a1ee855 (patch) | |
tree | addc481106f22904f8da1494d8f5c09cc7b9351a /indra/newview/app_settings/mid_graphics.xml | |
parent | f17d4edbe883fb886b22443158604a503d003c30 (diff) |
adjust avatar complexity defaults to be more generous and more consistent
Diffstat (limited to 'indra/newview/app_settings/mid_graphics.xml')
-rw-r--r-- | indra/newview/app_settings/mid_graphics.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/mid_graphics.xml b/indra/newview/app_settings/mid_graphics.xml index 41344f935d..a10c02b79f 100644 --- a/indra/newview/app_settings/mid_graphics.xml +++ b/indra/newview/app_settings/mid_graphics.xml @@ -28,7 +28,7 @@ <RenderTreeLODFactor value="0.5"/> <!--Avater Impostors and Visual Muting Limits--> <RenderAvatarMaxNonImpostors value="18"/> - <RenderAvatarMaxComplexity value="100000"/> + <RenderAvatarMaxComplexity value="150000"/> <RenderAutoMuteSurfaceAreaLimit value="1000.0"/> <!--Default for now--> <RenderVolumeLODFactor value="1.125"/> |