0
Not a bug
Front Face Culling/Transparency Problem
I've got an issue with the opacity not being completely opaque (even at value 1). I just want the opacity slider for the fade-in/fade-out effect. Ideally I'd have the result of #2 but with the opacity active.
Thanks
Answer
+1
Answer
Not a bug
That's simply how alpha blending works, it's tricky to get it right in any game engine. It's a side-effect of not writing to the depth buffer, and conversely, writing to the depth buffer for transparent objects will lead to other side effects.
Customer support service by UserEcho
That's simply how alpha blending works, it's tricky to get it right in any game engine. It's a side-effect of not writing to the depth buffer, and conversely, writing to the depth buffer for transparent objects will lead to other side effects.