From 52baea7fe0c64a253ab38ffd670c849409b2d0a6 Mon Sep 17 00:00:00 2001 From: brimson Date: Fri, 13 May 2022 14:54:52 -0700 Subject: [PATCH] Scale down blur again --- shaders/cMotionBlur.fx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaders/cMotionBlur.fx b/shaders/cMotionBlur.fx index 0b045ab..5233235 100644 --- a/shaders/cMotionBlur.fx +++ b/shaders/cMotionBlur.fx @@ -116,7 +116,7 @@ namespace Motion_Blur OPTION(float, _BlendFactor, "slider", "Optical flow", "Temporal blending factor", 0.0, 0.9, 0.1) OPTION(bool, _NormalMode, "radio", "Main", "Estimate normals", 0.0, 1.0, false) - OPTION(float, _Scale, "slider", "Main", "Blur scale", 0.0, 2.0, 1.5) + OPTION(float, _Scale, "slider", "Main", "Blur scale", 0.0, 2.0, 1.0) OPTION(bool, _FrameRateScaling, "radio", "Other", "Enable frame-rate scaling", 0.0, 1.0, false) OPTION(float, _TargetFrameRate, "drag", "Other", "Target frame-rate", 0.0, 144.0, 60.0)