Is it possible to soften a texture map? I have a scene with lots of repeatable textures and it just looks a bit naff with all the moire patterns going on.
I have tried to change the mipmap to blur/soften but it always reverts to NoMipmaps.
You could have a detail roughness (thats very huge) to break up the distance.
You could also set up a few nodes so that in the distance the same material is bigger and looks less repetative.
http://i.gyazo.com/7052bf0bed211756378c0f1d7fb89e04.png < use that as the alpha of a lerp, then combine two of the same materials.
A being the regular sized one, and B being the same texture but 4x as big (with a texcoord node).
This will make your texture less repetative in the distance.