0
Not a bug

Front Face Culling/Transparency Problem

colossaladvent 7 years ago updated by Freya Holmér (Developer) 7 years ago 1

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


Image 692

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.

+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.