0
Pas un bug

Front Face Culling/Transparency Problem

colossaladvent il y a 8 ans mis à jour par Freya Holmér (Developer) il y a 8 ans 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

Solution

+1
Solution
Pas un 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
Solution
Pas un 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.