Correctly Tile Landscape Materials

There are numerous methods of dealing with it. Some examples:

  1. Slightly tint the color using noise
    texture.
  2. Change to different tiling using
    camera distance
  3. Multiply existing version of the
    texture, with the same texture, but
    at different tiling, while
    desaturating and adjusting
    brightness. Link with example.
    This should be your primary choice
    for mobile.
  4. Add some sort of perlin noise normal
    map
  5. Do a highpass on your textures
    before importing them to dim large
    scale variations
  6. Texture Bombing.