Blend Question( alpha )

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Looks like your body texture is fully transparent in the alpha channel. Either apply EMT_SOLID to the body (also faster in rendering!) or make the alpha channel solid for those parts of the texture.
xsocom
Posts: 80
Joined: Thu Sep 13, 2007 8:34 am

Post by xsocom »

I'll try it out, Thanks.
xsocom
Posts: 80
Joined: Thu Sep 13, 2007 8:34 am

Post by xsocom »

I tryed to save the image in 24bit's texture( no alpha channel ) and its still transparent wierd..
Post Reply