Blurry textures

Hi everyone,

I have been making some textures, including one of 16x16.
Hoever, if I put this texture on a box, it looks blurry.
Is there any way to make it look sharp?

##This is the picture:

##This is the screenshot:

Set the MagFilter to nearest

1 Like

I’ll look into it.

And search forum for Anisotropic Filtering, It will sharpen your texture when it is visible from different angles.

This may or may not be interesting for you, I found it useful to understand how to prevent aliasing of the pixels in your texture.

16x16 image is not big. So if it is stretched over a big geometry and viewed in high resolutions, it probably is going to get a bit blurry.

Not necessarily.