bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Fix bloom alpha handling

Open JMS55 opened this issue 3 years ago • 1 comments

Fixes #6634.

JMS55 avatar Nov 15 '22 19:11 JMS55

After some discussion, this probably needs further thought. I probably shouldn't be using the previous alpha when downsampling or upsampling, it should probably only be during the final step. And we might want to do some kind of max of the current and new alpha, so that bloom shows up in transparent areas. Copying the original alpha would always force those pixels to be transparent.

JMS55 avatar Nov 15 '22 19:11 JMS55

Closing as I am revamping bloom in a future PR.

JMS55 avatar Nov 17 '22 22:11 JMS55