diff options
author | 2016-05-22 14:32:08 +0200 | |
---|---|---|
committer | 2016-05-22 20:54:30 +0200 | |
commit | 92c2bdf9170662274f0c2ca1e3a30357f02ca977 (patch) | |
tree | 4402619774e07d588ad97d0cdc245376b4ee0865 /ini | |
parent | f89aa281def969410a3fad463cc81defa856189a (diff) |
Normalized vector attenuation settings
- vector_length_ratio is now independent from screen size
- changed vector_length_ratio range from [0.0, 1000.0] to [0.0, 1.0]
- updated display name and description of vector_length_scale vector_length_ratio
Diffstat (limited to 'ini')
-rw-r--r-- | ini/presets/vector-mono.ini | 4 | ||||
-rw-r--r-- | ini/presets/vector.ini | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ini/presets/vector-mono.ini b/ini/presets/vector-mono.ini index 5ff73b66c21..1aa5f0915df 100644 --- a/ini/presets/vector-mono.ini +++ b/ini/presets/vector-mono.ini @@ -48,8 +48,8 @@ yiq_enable 0 # # VECTOR POST-PROCESSING OPTIONS # -vector_length_scale 0.8 -vector_length_ratio 500.0 +vector_length_scale 0.5 +vector_length_ratio 0.5 # # BLOOM POST-PROCESSING OPTIONS diff --git a/ini/presets/vector.ini b/ini/presets/vector.ini index fa52c7cace4..8422d816d8b 100644 --- a/ini/presets/vector.ini +++ b/ini/presets/vector.ini @@ -51,8 +51,8 @@ yiq_enable 0 # # VECTOR POST-PROCESSING OPTIONS # -vector_length_scale 0.8 -vector_length_ratio 500.0 +vector_length_scale 0.5 +vector_length_ratio 0.5 # # BLOOM POST-PROCESSING OPTIONS |