Can I use nearest neighborhood instead of linear i...
# korge
s
Can I use nearest neighborhood instead of linear interpolation? I draw this rect via Graphics, but when I make actual size of the window bigger than virtual size, I see blured image... In this app, I want to see pixels, because there wll be pixel art 😊
d
Yes.
view.smoothing = false
🙏 1
🔥 1
mmm
yes