Skip to main content
Participant
April 6, 2022
Question

Question about blending!

  • April 6, 2022
  • 1 reply
  • 148 views

So i am a total beginner to this to begin with and the only knowledge i have is how to import a model, textures and apply them then export the textures/convert them... now what i am trying to learn/do here is blend a camo with the original diffuse map for this weapon model to ''reskin'' it but i would like to maintain the details of the original diffuse such as scratches, text and dirt ontop of the camo pattern while replacing the main color of the gun! the first image is obviously the original diffuse map and the 2nd is the camo i applied in a separate layer using the multiply blend mode but for some reason it becomes incredibly dark.. now is there a more specific way of blending these 2 together while keeping the details from the original?? i have not been able to find good tutorials online or help from people who have done exactly what i said!

This topic has been closed for replies.

1 reply

davescm
Community Expert
Community Expert
April 7, 2022

Multiply blend mode always darkens.

 

To explain, if you have a range of values from 0 (black) to 1 (white). If one layer has value 0.5 and the other 0.8 then multiplying them gives 0.5x0.8=0.4 so always a darker value.

 

Without seeing your two layers separately it is hard to give specific advice on how to blend them but you could look at putting the new layer on the bottom and using screen on the old layer (or possibly overlay depending on the values at each pixel).

 

Dave