Bolko Posted May 14, 2015 Share Posted May 14, 2015 Hi, i got strange graphic errors on my iPad3 and Android (tested on HTC OneX & Nexus7). Here is the app:http://wdgts.com/pixi/1/ On Ipad everything looks blurry, the effect is best visible on texts: On Android, it´s completely messed up: EDIT: same problem without resizing:http://wdgts.com/pixi/2/At least on android.The iPad problem seems to be reduced without resizing, but still not perfect. Quote Link to comment Share on other sites More sharing options...
Bolko Posted May 21, 2015 Author Share Posted May 21, 2015 Managed to find out this is related to antialiasing.Is there a way to catch this error or should aa be set to false on mobile devices by default? Quote Link to comment Share on other sites More sharing options...
intrinsic Posted May 21, 2015 Share Posted May 21, 2015 I'm doing this: renderer._useFXAA=false; Bolko 1 Quote Link to comment Share on other sites More sharing options...
xerver Posted May 21, 2015 Share Posted May 21, 2015 FXAA on text will make it look like crap, there was an issue about that on github. Bolko 1 Quote Link to comment Share on other sites More sharing options...
Bolko Posted May 22, 2015 Author Share Posted May 22, 2015 great, thanks, that actually also fixes the android problems! 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.