|
When the suffix "*_t" (exclude the quotations) is appened to the end of a texture name, FS will render the texture with the applied alpha as a reflection. If you "exclude" the suffix altogether, the alpha will then have a transparent effect as this tells FS that the texture with the alpha is "not" being used for reflections.
You see what I'm saying? I learned this from experience since I was learning to make reflections instead of tranparencies. It took me a while to realize that (besides the DXT format thing) the suffix dictates whether it becomes a reflective texture or a transparent texture.
|