08-31-2012 07:58 AM
I am having issues with rendering png images which have alpha values..
any help will be appreciated..
09-01-2012 07:05 PM
Just those tutorials link at the bottom and you will have a very clear idea for rendering texture with alpha channel except that this tutorial exemple is written in C but since OpenGL is a C based API binding in java all will be closely the same (as JAVA is Object Oriented Programming Language and C is not).
Link for Rendering Texture only:
http://videotutorialsrock.com/opengl_tutorial/text
Link for Rendering Texture with alpha channel (Transparent) :
http://videotutorialsrock.com/opengl_tutorial/alph
http://videotutorialsrock.com/opengl_tutorial/alph
Hope i help you Madiha.
09-02-2012 08:17 PM