20

I have a simple diffuse shader. I would like to add some bump to it. How can I do this in Cycles? Where do I plug in my checkered texture.

enter image description here

Vader
  • 14,680
  • 16
  • 74
  • 110

1 Answers1

24

Per shader:

Plug it it into the Height input of a Bump node (ShiftA>Add node > Vector > Bump)

enter image description here

The above node setup will only bump the diffuse part of the shader, simulating a bumpy diffuse surface coated with a smooth glossy "glaze" layer.

enter image description here

Entire material:

If you want to apply the same bump mapping to all the shaders in your material, just plug it into the Displace input of the Material output node:

enter image description here

You'll notice that now the bump is applied to the glossy shader too:

enter image description here

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133