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/vector-mono.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ini/presets/vector-mono.ini') diff --git a/ini/presets/vector-mono.ini b/ini/presets/vector-mono.ini index 6a3db343cb3..5ff73b66c21 100644 --- a/ini/presets/vector-mono.ini +++ b/ini/presets/vector-mono.ini @@ -17,7 +17,9 @@ flicker 0.15 # hlsl_oversampling 0 shadow_mask_alpha 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