Texture change and flickering in distance

Hello,
I’m using a pbr lace material, the size of every texture is 1024*1024, but it’s still flickering, and part of it became invisible when in distance.
I thought it was a mipmap problem, cuz when I turned mipmap off, the texture won’t change in distance, but the flickering was even stronger.

I really appreciate it to have your advice!

mipmap on↓
mipmap on_gif


image

mipmap off↓
mipmap off_gif

You can try playing with the mip settings, but this kind of texture can be a bit problematic. the finer detail quickly becomes noise. Might want to try dither temporal aa for the transparency.

thank you very much! I will have a try :slight_smile: