Jump to content
Sign in to follow this  
hcpookie

Transparent Thermal?

Recommended Posts

I have a question as to how to configure the RVMAT for logo graphics. I can't figure how to "hide" the graphic face in TI mode. I would like to make it completely unable to be viewed in TI mode. I assume this means I have to make it transparent in TI mode?

I was looking at Gnat's thread regarding making completely "cold" graphics that are black, but that doesn't seem to apply here:

http://forums.bistudio.com/showthread.php?t=110298

What I have done so far is configured the RVMAT to use an empty .PAA but it creates a mid-tone grey face instead of being completely transparent. It doesn't glow as much as the letter graphics (like the SFOR graphic) but it isn't "invisible". Is there a way to make these faces completely transparent in TI mode?

thermalissue.jpg

Share this post


Link to post
Share on other sites

This is the material I use for decals:

renderFlags[] = {"NoZWrite"};

class StageTI
{
texture = "#(argb,8,8,3)color(0.5,0,0,0,TI)";
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×