summaryrefslogtreecommitdiffstatshomepage
path: root/ini/presets/gba.ini
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-04-18 20:25:28 +0200
committer ImJezze <jezze@gmx.net>2016-04-19 21:13:20 +0200
commit8ed3a7d94a65ee01bf1adce3ea8118c04d41a18d (patch)
treeef8996c9bae5d8498b45064924d0831a285e8434 /ini/presets/gba.ini
parenta86983713dffcc926c50227a9e26091022bbc32c (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/gba.ini')
-rw-r--r--ini/presets/gba.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/ini/presets/gba.ini b/ini/presets/gba.ini
index 0c8308fc072..40b1274b52f 100644
--- a/ini/presets/gba.ini
+++ b/ini/presets/gba.ini
@@ -10,7 +10,9 @@ shadow_mask_usize 0.1875
shadow_mask_vsize 0.1875
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