ReneMiner
21-02-2013, 17:33
I want to create some boxes in front of my TBGL-Screen where some numbers shall be displayed on. I have set
TBGL_UseAlphaTest(%TRUE)
TBGL_AlphaFunc(%TBGL_GREATER, 0.5)
and use a TBGL_Color with a little more than 160 alpha to draw the box translucent. But it is full opaque till down to alpha 128
If I use 127 the box appears totally transparent (is invisible)
How can I setup to draw the box to appear translucent?
What have I overseen this time?
TBGL_UseAlphaTest(%TRUE)
TBGL_AlphaFunc(%TBGL_GREATER, 0.5)
and use a TBGL_Color with a little more than 160 alpha to draw the box translucent. But it is full opaque till down to alpha 128
If I use 127 the box appears totally transparent (is invisible)
How can I setup to draw the box to appear translucent?
What have I overseen this time?