Triplanar texture with variations

Hey all - does anyone have an examples of creating a texture (from a set of Quixel JPGs) that has both triplanar mapping as well as varation (to avoid it looking tiled)?

I can’t find any examples of this already existing online, as all of the variation and triplanar solutions I’ve found convert the texture2d into float channels, which can not then be further modified.

Thanks!

Something very commonly used in landscape materials is fade between two different UV scales. One for closeup, and one for distance. This stops repeating patterns.

You can do this fine with triplanar. Instead of changing the UV on the texture, you just change the UV pin on the world aligned texture nodes.

I assume the same is possible with variations. If you’re using noise to fade between two textures, you can still use noise to fade between the outputs of the triplanar nodes.