babycarlitos Posted November 17, 2016 Share Posted November 17, 2016 Hello, I updated from 4.0.0 to 4.2.2 and now the scalemode does not seem to work. PIXI.settings.SCALE_MODE = PIXI.SCALE_MODES.NEAREST; or PIXI.settings.SCALE_MODE = 1 do nothing If I change renderer.smoothProperty to renderer.smoothProperty=""; it works BUT if I resize it comes back Is there a new change/addition that I should be doing? Did not see anything in the website or the docs Quote Link to comment Share on other sites More sharing options...
Andre B Posted November 19, 2016 Share Posted November 19, 2016 This is a bug and not something we're doing wrong. A fix was just merged ( https://github.com/pixijs/pixi.js/pull/3315 ) that appears to address our problem and will hopefully make it into the next Pixi release. If you want to continue using 4.2.2 you can try setting the scaleMode of your BaseTexture objects manually. 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.