How to have two textures and blend them use alpha
-
I can't figure out how to have two diffuse layers with images as texture and let them show using black and white alpha.
if i have two diffuse layers, where can i set them to show both of them at the same time?!
Thanks!!
-
I'm guessing you would have to layer the two diffuse layers with the top one having a TexBitmap in the transparency slot.
-
You have to use TexMix material in the Diffuse slot. Choose Color A slot to load the first texture and Color B slot to load the second texture. Blend them using Color Mix with the alpha texture loaded in Mix map slot. That's it.
Advertisement