Magia Posted September 18, 2019 Share Posted September 18, 2019 Hi all, There is one problem I use glowFilter, and on desktop it works properly, but on mobile it's turn off, and I don't know why. Maybe someone know what is the problem? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 18, 2019 Share Posted September 18, 2019 decrease the quality parameter -> less texture2D calls -> works on mobiles. I have better glowFilter, to be published soon Magia and jonforum 2 Quote Link to comment Share on other sites More sharing options...
Magia Posted September 19, 2019 Author Share Posted September 19, 2019 7 hours ago, ivan.popelyshev said: decrease the quality parameter -> less texture2D calls -> works on mobiles. I have better glowFilter, to be published soon Ok, I'll try it. Quote Link to comment Share on other sites More sharing options...
Magia Posted September 19, 2019 Author Share Posted September 19, 2019 20 hours ago, ivan.popelyshev said: decrease the quality parameter -> less texture2D calls -> works on mobiles. I have better glowFilter, to be published soon Yes, it works, thanks! But why? Why quality 1 turns off glow filter? ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted September 19, 2019 Share Posted September 19, 2019 different shaders generated from template, depending on the quality. If there are too many "texture2D"-s in shader its not supported in windows XP and some mobiles. That filter is stupid, multi-pass filters are better. Magia 1 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.