I have a transparent material using two textures and panner that moves the textures to achieve smoke of fog effect. Now I wanna change color to be black but thats not working for me because material gets invisible. Is there a way to achieve black transparent material?
Use Translucent Material instead of Additive.
I figured out that one minus node was making problem. Thanks mate