Announcements

Announcement: We’re aware of an issue affecting starting a new topic from category pages and creating new blog posts. New topics can still be started directly from the relevant board. Learn more here.

Combining Normal and Bump Maps



This simple tutorial demonstrates how to combine both normal maps and bump maps together in one Shader. If you add a normal map in Maya to a shader, it will by default, connect itself to the Bump attribute. This technique can also be used for combining two normal maps together.

Bump map Normal map

To combine bump2d nodes you must connect the outNormal from the first bump2d node to the normalCamera of the second node. This can be done via the Connection Editor (make sure to enable 'Show Hidden' in order to see the normalCamera attribute).

The bump node has to be connected to the Standard Surface shader first and then you can add the normal map node onto it.

OutNormal from the first bump2d node is connected to the normalCamera of the second node

Bump map and normal map combined



The Maya scene is available here.