From 7baf9a2c48f42df9f1506e9c9397caa9171c1fd3 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 6 Jan 2022 00:16:59 -0700 Subject: [PATCH] Bump datamosh blockiness --- shaders/cMotionBlur.fx | 2 +- shaders/kDatamosh.fx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shaders/cMotionBlur.fx b/shaders/cMotionBlur.fx index ed8852e..d2a4b5d 100644 --- a/shaders/cMotionBlur.fx +++ b/shaders/cMotionBlur.fx @@ -29,7 +29,7 @@ uniform float _Detail < ui_tooltip = "Higher = Less spatial noise"; ui_min = 0.0; ui_max = 7.0; -> = 1.0; +> = 3.5; uniform float _Blend < ui_type = "slider"; diff --git a/shaders/kDatamosh.fx b/shaders/kDatamosh.fx index 81b932b..d4e5109 100644 --- a/shaders/kDatamosh.fx +++ b/shaders/kDatamosh.fx @@ -80,7 +80,7 @@ uniform float _Detail < ui_label = "Blockiness"; ui_tooltip = "How blocky the motion vectors should be."; ui_min = 0.0; -> = 0.0; +> = 4.5; uniform float _Constraint < ui_category = "Motion Vectors";