Skip to content

Commit

Permalink
cBloom: Change default values
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jan 3, 2022
1 parent f2a448d commit 9dfdd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shaders/cBloom.fx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uniform float _Saturation <
ui_type = "drag";
ui_min = 0.0;
ui_label = "Saturation";
> = 4.0;
> = 1.0;

uniform float3 _ColorShift <
ui_type = "color";
Expand All @@ -38,7 +38,7 @@ uniform float _Intensity <
ui_type = "drag";
ui_min = 0.0;
ui_label = "Color Intensity";
> = 8.0;
> = 1.0;

texture2D _RenderColor : COLOR;

Expand Down

0 comments on commit 9dfdd05

Please sign in to comment.