http://i.imgur.com/Ot0D39D.jpg
I have 4 masks on my texture, using all the channels including the alpha, the 3 work but the alpha doesn’t work, any idea why?
http://i.imgur.com/Ot0D39D.jpg
I have 4 masks on my texture, using all the channels including the alpha, the 3 work but the alpha doesn’t work, any idea why?
Hi AzamKhan,
The white pin on a texture sampler actually only includes RGB. If you want to pass a V4 you need to use the Append node and append the Alpha channel to the white Pin.
wow thanks, that worked
Thank you Ryan