1

I recently downloaded a model and it came with two images, a normal map and an image for colors. How do I put both of them on the model.

These are the two images enter image description here

enter image description here

user27375
  • 11
  • 1

1 Answers1

0

This is how you would do it in Cycles:

After adding both images in Image Texture nodes.
Plug your color map into the Color socket of a Diffuse BSDF shader node.
Take the normal map Image Texture, make sure to set it to "Non-Color Data" and plug it in to the Color socket of a Normal Map node. Then, link normal map to the Normal socket of the same Diffuse BSDF that the color map was linked to earlier.

cycles material nodes

David
  • 49,291
  • 38
  • 159
  • 317
MatiasP
  • 71
  • 6