Seams in my texture/Low quality textures

Hello,

I was wondering, how do you get sharper textures on your meshes?

I am currently trying to achieve this aesthetic in my models. (Made in Blockbench) This is good however, no matter how much I upscale my UV map I doesn’t seem clear up the seams.

If you look at this game Stasis, they have seamless and sharp texturing,

3 Likes

The likely cause is that you’re texture doesn’t give enough leeway to the UV borders, leading to parts of the textures that aren’t meant to be visible bleeding into the visible parts when the texture is downscaled (either when it is uploaded, where all image/texture assets are downscaled to a maximum resolution of 1024x1024, or when you get further from the object, due to Mipmapping).

The solution is to bleed your texture over the borders by a little:

(I hope my diagram makes sense…)

I found a built-in tool that achieves this in Blender:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.