|
From: Heinrich T. <ti...@gm...> - 2004-03-25 18:46:53
|
Lawrence Sebald wrote: >ma...@te... wrote: > > >>The problem is simply that the background of the poly in the translucent list >>is showing up, when I want it to be transparent. >> >> > >The easiest way, in my experience, to solve this problem is to use ARGB1555 or ARGB4444 textures, instead of RGB565. Since you're using PNG this isn't too big of a problem. Just modify your images so that the background of the character has alpha (and thus is invisible). Then just load them in with the PNG library, specifying the PNG_FULL_ALPHA flag to it. > > > ARGB1555 does not work with PNG heinrich |