You are likely observing mipmaps. You can disable them by using a material without mipmaps set, and if you do that you’ll want to disable mipmap generation potentially. Another option you may prefer the look of is to adjust the mipmap bias so you still use them but favor the higher res versions more. This is done by using a custom fp fragment program.