diff options
author | Dave Parks <davep@lindenlab.com> | 2010-12-03 02:40:25 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-12-03 02:40:25 -0600 |
commit | 5d7fe43f64e904d5873d6c2f6e53b90e82753c7b (patch) | |
tree | 37fc608907a09a51353b8cc9485d76ebc6b475de /indra/newview/app_settings | |
parent | 2bd865cba765c5c80da2eac7a6aec3b5815c7548 (diff) |
Add CameraCoCRatio to make DoF depending on screen resolution.
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index ef3803aed6..10799a6ed8 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1380,7 +1380,19 @@ <real>0.05</real> </map> - + <key>CameraCoCRatio</key> + <map> + <key>Comment</key> + <string>Ratio of circle of confusion to vertical resolution for DoF effect.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>F32</string> + <key>Value</key> + <real>54</real> + </map> + + <key>CertStore</key> <map> <key>Comment</key> |