|
From: <blu...@ne...> - 2004-03-24 19:55:04
|
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. Hope that helps, Lawrence Sebald __________________________________________________________________ Introducing the New Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on the Web and block those annoying pop-ups. Download now at http://channels.netscape.com/ns/search/install.jsp |