OpenGL - How Transparency works? -


Do I need alpha channels for transparency to work in OpenGL? Can I use glBlendFunc or some other to make / make any black or white color transparent? If so, how to do it?

No, you do not need an alpha channel in your texture.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

wpf - Custom Message Box Advice -

AJAX doesn't send POST query -