diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-17 20:21:17 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-17 20:21:17 -0600 |
commit | c8228b65f8a4a94220c92d89d1529ed484f6e84a (patch) | |
tree | 6a52a0bfadd158a428279d07bf2a8a54ce4f62be /indra/newview/app_settings | |
parent | 2b4dfefda216a0333426ac2a8f06d23ee6ef0aee (diff) |
fix for SH-4569: Objects are not culled by size in the distance
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7bfca2834b..fb0d9c98d4 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7114,7 +7114,17 @@ <real>0.75</real> </array> </map> - + <key>ObjectProjectionAreaCutOFF</key> + <map> + <key>Comment</key> + <string>Threshold in number of pixels of the projection area in screen of object bounding sphere. Objects smaller than this threshold are not rendered.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>F32</string> + <key>Value</key> + <real>1.0</real> + </map> <key>ParcelMediaAutoPlayEnable</key> <map> <key>Comment</key> |