diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2013-10-17 20:22:02 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2013-10-17 20:22:02 -0600 |
| commit | cf89975f166c1546c60dc51b25558ba74dee5cf5 (patch) | |
| tree | 6880cbba2cad337adcf836248259cc488caa0d96 /indra/newview/app_settings | |
| parent | 18aedf0241ba893e12140c0a3855f328d2b4eded (diff) | |
| parent | c8228b65f8a4a94220c92d89d1529ed484f6e84a (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> |
