diff options
author | 2016-04-18 20:25:28 +0200 | |
---|---|---|
committer | 2016-04-19 21:13:20 +0200 | |
commit | 8ed3a7d94a65ee01bf1adce3ea8118c04d41a18d (patch) | |
tree | ef8996c9bae5d8498b45064924d0831a285e8434 /ini/presets/gameboy.ini | |
parent | a86983713dffcc926c50227a9e26091022bbc32c (diff) |
Refactored distortion pass
- separated curvature parameter into distortion, cubic_distortion and distort_corner
- distortion and cubic_distortion can be negative, to compensate each other
- distort_corner is intependent from the image distortion
Diffstat (limited to 'ini/presets/gameboy.ini')
-rw-r--r-- | ini/presets/gameboy.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ini/presets/gameboy.ini b/ini/presets/gameboy.ini index 763ce5b78d5..f24453232ce 100644 --- a/ini/presets/gameboy.ini +++ b/ini/presets/gameboy.ini @@ -10,7 +10,9 @@ shadow_mask_usize 0.5 shadow_mask_vsize 0.5 shadow_mask_uoffset 0.0 shadow_mask_voffset 0.0 -curvature 0.0 +distortion 0.0 +cubic_distortion 0.0 +distort_corner 0.0 round_corner 0.0 smooth_border 0.0 reflection 0.0 |