I don't know how to render file .tga with alphas values in engine ?
please help me , thank
Image Help
Hi, this feature is currently not really supported by the 3d engine. That's mostly because currently only 1 bit alpha works, because all textures are stored as 16 bit internal. (Would be EMT_TRANSPARENT_ALPHA_CHANNEL) But it already works in 2d mode. See the 2d drawing tutorial for details.
I am currently working on this, so expect that it will be working in the next release.
I am currently working on this, so expect that it will be working in the next release.