Skip to content

Commit

Permalink
Motion blur tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
brimson committed Jul 9, 2022
1 parent 130a7ab commit 04cbafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/cMotionBlur.fx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace OpticalFlowLK
OPTION(float, _MipBias, "slider", "Optical flow", "Optical flow mipmap bias", 0.0, 6.0, 0.0)
OPTION(float, _BlendFactor, "slider", "Optical flow", "Temporal blending factor", 0.0, 0.9, 0.2)

OPTION(float, _Scale, "slider", "Main", "Blur scale", 0.0, 0.2, 0.075)
OPTION(float, _Scale, "slider", "Main", "Blur scale", 0.0, 0.1, 0.05)

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)
Expand Down

0 comments on commit 04cbafd

Please sign in to comment.