Alpha channel on texture does not work

Started by Yerst, July 16, 2013, 07:08:10 PM

Previous topic - Next topic

Yerst

Hey!
I'm trying to load a 100% transparent .png image, but in the game it's black, not transparent.
Here is what i'm using to load the texture:
tm.addTexture("earth_clouds", new Texture(this.context.getResources().openRawResource(R.raw.earth_cloudss),true));

EgonOlsen

It's only transparent on transparent objects...

Yerst

Thx, works fine now!
And sorry for the many questions :)