Skip to content

Commit

Permalink
Improve HDR bloom
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Nov 11, 2023
1 parent eb34697 commit 3372e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/renderprogs/hdr_glare_chromatic.ps.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void main( PS_IN fragment, out PS_OUT result )
const int samples = 9;

float scale = 13.0; // bloom width
const float weightScale = 2.3; // bloom strength
const float weightScale = 1.9; // bloom strength

for( int i = 0; i < samples; i++ )
{
Expand Down

0 comments on commit 3372e6c

Please sign in to comment.