Procedural Noise Texture with Image

Hi forum.

I saw a tutorial about Procedural Noise texture, but I want to add an image on the surface of the texture. I set up the Nodes but cant figure the correct order to get my image showing.

Thank you.

Do you mean that you want the image texture to contribute to the bump effect, along with the noise texture? Or for just the noise as bump, and the image just for color? The answer will determine the proper node setup.

It looks like your trying to feed the noise as bump into the vector input of the image node. That means that the bump node is changing the mapping of the image (and it will totally distort.) you have to feed the normal output of the bump node into the normal input of the main node to get it to effect the normals and make the material “bumpy”.
You should have a look at basic tutorials about what each node does and where you can plug them in!

Hi Cire.

This is what I was after, thanks for your reply.

You’re welcome… glad you figured it out. :+1: