From 83c2098fb99c4a4d33dfa5f4a71ab64ca39b547f Mon Sep 17 00:00:00 2001 From: Xiaohong Bao Date: Mon, 11 Nov 2013 14:50:32 -0700 Subject: fix for SH-4607: Create new object cache tuning parameters --- indra/newview/app_settings/settings.xml | 66 ++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 22 deletions(-) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 14384edc1f..adcea5103e 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -742,17 +742,6 @@ Value 40 - BackSphereCullingRadius - - Comment - Radius of back sphere in meters, objects behind camera but within this radius are loaded for rendering - Persist - 1 - Type - F32 - Value - 100.0 - BottomPanelNew Comment @@ -7111,17 +7100,6 @@ 0.0 0.75 - - ObjectProjectionAreaCutOff - - Comment - Threshold in number of pixels of the projection area in screen of object bounding sphere. Objects smaller than this threshold are not rendered. - Persist - 1 - Type - F32 - Value - 100.0 ParcelMediaAutoPlayEnable @@ -10231,6 +10209,17 @@ Value 0 + SceneLoadFrontPixelThreshold + + Comment + in pixels, all objects in view frustum whose screen area is greater than this threshold will be loaded + Persist + 1 + Type + F32 + Value + 100.0 + SceneLoadingMonitorEnabled Comment @@ -10264,6 +10253,39 @@ Value 0.02 + SceneLoadMinRadius + + Comment + in meters, all objects (visible or invisible) within this radius will remain loaded in memory + Persist + 1 + Type + F32 + Value + 16.0 + + SceneLoadRearMaxRadiusFraction + + Comment + a percentage of draw distance beyond which all objects outside of view frustum will be unloaded, regardless of pixel threshold + Persist + 1 + Type + F32 + Value + 20.0 + + SceneLoadRearPixelThreshold + + Comment + in pixels, all objects out of view frustum whose screen area is greater than this threshold will remain loaded + Persist + 1 + Type + F32 + Value + 200.0 + ScriptHelpFollowsCursor Comment -- cgit v1.2.3