From a4fb6e11ecfb74a59c9c0cb9373faba372f9a810 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 25 Jan 2018 22:36:56 -0800 Subject: [PATCH] Clarity Fixed linespace that always seems to move. --- .../37040a485a29d54e_00000000000003c9_ps.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Enhancement/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt b/Enhancement/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt index c3fa5710..c2afc480 100644 --- a/Enhancement/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt +++ b/Enhancement/BreathOfTheWild_Clarity/37040a485a29d54e_00000000000003c9_ps.txt @@ -21,17 +21,17 @@ const float bloomFactor = 0.020; // Default is 0.020 (rough estimate based on Switch) #define HDRpassing 0 // 0: disable, 1: enable. - //Fake High Dynamic Range. +//Fake High Dynamic Range. const float HDRPower = 1.00; // 0.0 to 8.0 Default 1.30. const float radius1 = 1.00; // 0.0 to 8.0 Default 0.793 const float radius2 = 0.80; // 0.0 to 8.0 Default 0.87 "Raising this seems to make the effect stronger and also brighter." #define lumapassing 0 // 0: disable, 1: enable. - //LumaShapening +//LumaShapening const float sharp_strength = 0.35; //[0.10 to 3.00] Strength of the sharpening Default is 0.65 const float sharp_clamp = 0.85; //[0.000 to 1.000] Limits maximum amount of sharpening a pixel recieves - Default is 0.035 - //Advanced sharpening settings +//Advanced sharpening settings const float offset_bias = 1.0; //[0.0 to 6.0] Offset bias adjusts the radius of the sampling pattern. #define Tone_map 0 // 0: disable, -1 to 9: enable.