diff options
author | NiranV <NiranV.Dean@googlemail.com> | 2014-08-09 02:21:17 +0200 |
---|---|---|
committer | NiranV <NiranV.Dean@googlemail.com> | 2014-08-09 02:21:17 +0200 |
commit | beb471287eb0dfad55866209bc294f628b58d658 (patch) | |
tree | 5c7d9dab53d654e1c76717304cc03120a440ebe6 /indra | |
parent | aaf4428fad7796417934dbc9c6ccf2b01ab285d3 (diff) |
STORM-2065: Added: 'Scanlines' filter, we now got a 'Video' one for that poorly recorded bright video style and one that looks like only scanlines were added.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/app_settings/filters/Scanlines.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/indra/newview/app_settings/filters/Scanlines.xml b/indra/newview/app_settings/filters/Scanlines.xml new file mode 100644 index 0000000000..9f0c3ac318 --- /dev/null +++ b/indra/newview/app_settings/filters/Scanlines.xml @@ -0,0 +1,41 @@ +<llsd> + <array> + <array> + <string>linearize</string> + <real>0.0</real> + <real>1.0</real> + <real>1.0</real> + <real>1.0</real> + </array> + <array> + <string>saturate</string> + <real>2.0</real> + </array> + <array> + <string>stencil</string> + <string>uniform</string> + <string>blend</string> + <real>0.0</real> + <real>0.5</real> + </array> + <array> + <string>screen</string> + <string>line</string> + <real>0.02</real> + <real>0.02</real> + </array> + <array> + <string>gamma</string> + <real>1.75</real> + <real>1.0</real> + <real>1.0</real> + <real>1.0</real> + </array> + <array> + <string>blur</string> + </array> + <array> + <string>blur</string> + </array> + </array> +</llsd> |