Search the Community
Showing results for tags 'nearest'.
-
I searched in the forums and the unique thing was this: Is there anyway to easily set for the render/scene all that we need for get sharp pixels? I can turn off the Antialias for the rendering. But there is anyway to set Nearest.Samplingmode or turn off the image smoothing, anisoptric filtering or other default filters of Babylon.JS ? In the same way i can turn off the antialias is there anyway to turn off that filters in one function?
-
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
- 1 reply
-
- pixiv4.2.2 scale_mode
- scale_modes.nearest
-
(and 1 more)
Tagged with:
-
I am using a low-res bitmap font and I want to have it pixelated. Is it possible to change the scalemode from the font atlas to nearest scaling? Thanks in advance, Josh
-
I may have missed this somewhere else, but was unable to find it. Sorry if that is the case. I would like to be able to scale sprites with nearest neighbor filtering so they do not become blurry. I have modified phaser.js to do this myself since the beginning, but with the frequent updates, I wanted to see if there was a way already built in. Thanks.