-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Bloom #11
Comments
|
Should we also add a blending mode option for this (if we want to blend with screen for instance)? |
if we can make it work, then yes. |
|
This comment was marked as duplicate.
This comment was marked as duplicate.
Are we using Kawase technique here? Very good video on modern bloom that talks about downsampling but also upsampling instead of just blending https://www.youtube.com/watch?v=ml-5OGZC7vE |
No, our downsample is 4x4 box filter (+Karis's luma weighted average). No Kuwase, no 13 taps. |
The text was updated successfully, but these errors were encountered: