- Joined
- Nov 26, 2015
- Messages
- 106
- Reaction score
- 20
- First Language
- Italian
Hi,
basically when i go in full screen mode i want the game not to be smoothed but instead i want the pixels to be "sharp". I know it should have something to do with the interpolation mode, which has to be set to NEAREST instead of LINEAR. I looked around in the internet on how to do that, expecially in PIXI forums but i had no luck so far. I tried to type this line andto put it i na plugin but it didnt' work.
PIXI.scaleModes.DEFAULT = PIXI.scaleModes.NEAREST;
Any ideas?
basically when i go in full screen mode i want the game not to be smoothed but instead i want the pixels to be "sharp". I know it should have something to do with the interpolation mode, which has to be set to NEAREST instead of LINEAR. I looked around in the internet on how to do that, expecially in PIXI forums but i had no luck so far. I tried to type this line andto put it i na plugin but it didnt' work.
PIXI.scaleModes.DEFAULT = PIXI.scaleModes.NEAREST;
Any ideas?

