Shanjaq / uhexen2

GitHub clone of SVN repo svn://svn.code.sf.net/p/uhexen2/code/trunk (cloned by http://svn2github.com/)
12 stars 1 forks source link

HUD transparency issues #48

Closed Inky-Inky closed 3 years ago

Inky-Inky commented 3 years ago

Some weird things happen with the HUD:

Here a thin horizontal transparent line is drawn on top of the HUD main block, which cuts the central frame's top and the gargoyle skulls (and their eyes and mouths should probably be black instead of transparent):

image

When the HUD is entirely revealed, it really stings the eyes. Black pixels were obviously turned improperly transparent:

image

I was instructed to set NPOT in the OpenGL Options menu to get rid of the problem and it actually works, but I think it's not possible to ask every single player to do so. It doesn't entirely remove any problem by the way, since the transparent 1 pixel width upper line is still there, and there is still a small transparent "window" in the top of the central frame, through which one can still see the day light:

image