Melwyn Posted May 26, 2021 Share Posted May 26, 2021 I have a particular combination of Containers and Sprites in which Alpha Filter and a Custom Filter (Blend filter) are applied on different nodes of the subtree For this combination I'm getting incorrect result Container(Alpha Filter)->Container->Sprite(Blend Filter) JS Fiddle: https://jsfiddle.net/68gnxsmk/31/ Without Alpha Filter: With Alpha Filter: Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 26, 2021 Share Posted May 26, 2021 Of course , backdrop is wrong, it takes temporary texture from AlphaFilter which is empty, not the actual screen. How exactly do you want AlphaFilter to work here? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.