Jump to content
  • 0

How do you make Lexan see-through?


Durham

Question

3 answers to this question

Recommended Posts

  • 0

Did you ever figure this out? In case not, use this template for the material file:

 

material SOLID/TEX/YourTransparentTexture.png
{
    technique
    {
        pass
        {
            scene_blend alpha_blend
            alpha_rejection greater 0
            depth_write off
            lighting off
            texture_unit
            {
                texture YourTransparentTexture.png
            }
        }
    }
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...