thesubconscious Posted June 23, 2004 Share Posted June 23, 2004 hello. I'm wondering how to enable transparency on a new weapon model. I have the weapon model finished and in game with the skin but I need to know how to get transparencies on it. What do I have to do to the PNG file to allow transparencies. Make two layers? color one layer in black or dark gray where I want full transparency? have the other parts solid color for no-transparency? ...I have no idea. Link to comment Share on other sites More sharing options...
CortoCG Posted June 23, 2004 Share Posted June 23, 2004 You can either erase the portion of the texture where you want transparency on, or use a second texture map with only black to white values (aka alpha texture), and paint in black where you want null opacity and then make a shader file for that weapon. Be carefull if you're going with the first one, the texture format must support alpha channels, so use .png or .tga (I recomend .png, it kicks ass). I suggest you try the first one. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.