0
Not a bug

Front Face Culling/Transparency Problem

colossaladvent vor 8 Jahren aktualisiert von Freya Holmér (Developer) vor 8 Jahren 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

Antwort

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