I have a large terrain, and I would like to lay a low-resolution satellite image across the whole thing.
Then, in areas near the user, I would like to blend in a higher resolution texture of terrain features.
Is texture splatting the best way to do this or is there a better way? (Texture splatting with Three.js)