From 8ed3a7d94a65ee01bf1adce3ea8118c04d41a18d Mon Sep 17 00:00:00 2001 From: ImJezze Date: Mon, 18 Apr 2016 20:25:28 +0200 Subject: 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 --- ini/presets/gba.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ini/presets/gba.ini') 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 -- cgit v1.2.3