I need a little help understanding the different techniques with the combiner.
I have some tiles of real world data and a Perlin noise generator. I’m simply trying to overlay the real world data on top of the noise without actually blending the two. In other words, I want the real world data to always take precedence over the perlin. So I know its not an Add/Multiply/Subtract operation. Do I need to use the real world data as a mask for the perlin? Then just do an add?
For those of us from the Photoshop world, this is simply a ‘Normal’ layer blend.