diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-18 16:15:05 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-18 16:15:05 -0600 |
| commit | fc45b59a977881a4e37619cb0220790d5ad4c814 (patch) | |
| tree | aa221532d4fe021f7ab08cb3d39520c37a669a36 /indra/newview/app_settings | |
| parent | d2cf7ba42931bb7ecf637fbf4ff25c7837c3296f (diff) | |
| parent | 7bfacf8ca6c7bfdd9b11a2036a914c8f47058a61 (diff) | |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
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> |
