0
No es un bug

Front Face Culling/Transparency Problem

colossaladvent hace 8 años actualizado por Freya Holmér (Developer) hace 8 años 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

Respuesta

+1
Respuesta
No es 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
Respuesta
No es 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.