When I use the draw method inside a image, it completely ingores the alpha channel and fills it in with white. Is there a way I can draw it where the alpha is see through like it's suppost to be? I would look at their website but
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
|
Have you tried
Of you are using OpenGL to draw the image then this enables alpha channel blending. Sources: LWJGL Wiki and Trial and Error |
|||
|
|
