CartoonEdgeFilter makes the entire background black
jMonkeyEngine Hub
February 20, 2026
This only happens when you have a post processing filter, right?
Post processing basically draws a big screen-sized quad. I wonder if something in the drawing of that quad prevents the alpha from making it to the final buffer.
Without looking at any code, a guess is that the quad is rendered without a blend mode since each filter should (usually) be rendering a full screen quad that replaces what was beneath.
Discussion in the ATmosphere