Ellyelie Posted December 15, 2022 Share Posted December 15, 2022 I'm currently using default glow filter from @pixi/filter-glow ^4.1.5 version with cordova framework and i discovered recently that it's not working with few specific android devices. Outline filter that im also using is displayed without any problems and glow filter are working ok on most of android/ios devices, but i have few exception and don't know any cause for this issue. Quote Link to comment Share on other sites More sharing options...
Ellyelie Posted December 16, 2022 Author Share Posted December 16, 2022 I found that android devices block filters that uses a lot of texture2D calls inside shader. Glowfilter is very heavy with high glow distance even with default quailty (0.1), so i fixed it by increasing `curDistance` step inside filter for cycle and reducing quality to minimum that fits my requirements. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted December 19, 2022 Share Posted December 19, 2022 yep, need less quality, the usual. Also there are better ways to do glow than that filter. 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.