Which alpha should I change? Diffuse, specular, or ambient?
feedback
|
|
You haven't said exactly what you're doing, so I'm going to assume that you are setting the colors of an object directly with To do what you want, which is have a single number have total control over the transparency of the object, you want to set ambient, diffuse, and specular color alphas to zero. You then use the emissive alpha to set the transparency. If you're using textures, then you need to do more work. You need to use a proper texture environment model that takes the alpha directly from the fixed-function lighting with no modifications. Or you can just use shaders and ditch all this fixed-function nonsense. It will save you so many headaches. | |||
|
feedback
|