Skip to content

Commit

Permalink
#86 Fix bloom scale
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Oct 7, 2020
1 parent 27a05cf commit feb1460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ namespace Skylicht
blurDown(i, i + 1);

for (int i = m_numTarget - 1; i > 2; i--)
blurDown(i, i - 1);
blurUp(i, i - 1);

// bloom
m_bloomFilter->setTexture(0, m_rtt[colorID]);
Expand Down

0 comments on commit feb1460

Please sign in to comment.