manelis Posted January 27, 2016 Share Posted January 27, 2016 Is there any way to use PIXI.SCALE_MODES.NEAREST with BitmapText withot changing the pixi.js code? Thank you for the help. Quote Link to comment Share on other sites More sharing options...
bubamara Posted January 27, 2016 Share Posted January 27, 2016 myText._glyphs[0].texture.baseTexture.scaleMode = PIXI.SCALE_MODES.NEAREST; Quote Link to comment Share on other sites More sharing options...
manelis Posted January 28, 2016 Author Share Posted January 28, 2016 Thank you for the help. Unfortunately the text gets a lot of artifacts that way, seems I'll have to stay with it blurry :/ 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.