I am working on a project involving a vast terrain, and my goal is to overlay a low-resolution satellite image across the entire expanse.
In addition, I want to seamlessly integrate a higher resolution texture of terrain features in areas closer to the user.
Would using texture splatting be the optimal method for achieving this, or are there alternative approaches that may yield better results? (Texture splatting with Three.js)