|
From: Brandon P. <ba...@se...> - 2004-03-25 04:08:37
|
Mickael Pointier 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. >> >> > >No one is using the native PVR file format with the PVR exporter pluggin for >PhotoShop ? > > Mickaël Pointier > > > >------------------------------------------------------- >This SF.Net email is sponsored by: IBM Linux Tutorials >Free Linux tutorial presented by Daniel Robbins, President and CEO of >GenToo technologies. Learn everything from fundamentals to system >administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click >_______________________________________________ >Cadcdev-kallistios mailing list >Cad...@li... >https://lists.sourceforge.net/lists/listinfo/cadcdev-kallistios > > > > Not really, since that is illegal, I believe. You can convert PNG and such to KMG format, which is closer to pvr format, I believe. -B |