zeebo Posted June 3, 2017 Share Posted June 3, 2017 I'm not able to pinpoint what causes it yet but at some point the artifact appears permanently. I attached a picture and you can see it on the character sprite. Any ideas? Thanks. Quote Link to comment Share on other sites More sharing options...
bubamara Posted June 3, 2017 Share Posted June 3, 2017 try increase filter.padding = 10; Quote Link to comment Share on other sites More sharing options...
zeebo Posted June 3, 2017 Author Share Posted June 3, 2017 18 minutes ago, bubamara said: try increase filter.padding = 10; Thanks - setting it to 15 seems to be the magic number for my sprites. Quote Link to comment Share on other sites More sharing options...
zeebo Posted June 6, 2017 Author Share Posted June 6, 2017 So the issue still seems to show up randomly although not as frequently :/ Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 6, 2017 Share Posted June 6, 2017 Then its a bug of OutlineFilter I understand how that can happen, we have to fix clamping there. Quote Link to comment Share on other sites More sharing options...
zeebo Posted June 7, 2017 Author Share Posted June 7, 2017 Want me to open up an issue for it on Github? I took a look at the source code but have no idea how it works. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 7, 2017 Share Posted June 7, 2017 Ok so we take http://pixijs.github.io/examples/?v=v4.5.2#/filters/outline-filter.js and add this : "bunny.scale.x = (Math.random() * 3 | 0 * 0.1) + 1" and we see the problem: http://take.ms/WWYhT I'm working on it, in a few minutes it will be fixed. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 7, 2017 Share Posted June 7, 2017 FIXED! 1.1.2 , temporary link: https://www.dropbox.com/s/ilqbnwxuiuws3km/extra-filters-1.1.2.zip?dl=0 Quote Link to comment Share on other sites More sharing options...
zeebo Posted June 7, 2017 Author Share Posted June 7, 2017 Thanks much appreciated. 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.