Skip to content

Commit

Permalink
Bump datamosh blockiness
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jan 6, 2022
1 parent 9dfdd05 commit 7baf9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shaders/cMotionBlur.fx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion shaders/kDatamosh.fx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 7baf9a2

Please sign in to comment.