My screenshot

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.
Post Reply
mctheaw
Posts: 4
Joined: Wed Apr 26, 2006 5:46 am

My screenshot

Post by mctheaw »

Hi, there

I use Irrlicht 1.0 to render my scene which is created by 3DSMax8 and exported by My3D with light map.

But something wrong with transparent texture, Look at the cocoanut tree in the screenshot below

You will see that they are SOLID (I use TGA file format)

I try many ways to solve this problem.
Is there something wrong or it needs some trick in 3DSMax or coding to drive it transparent?

Could anybody help me step by step?

Image
$L!M
Posts: 28
Joined: Thu May 04, 2006 1:21 pm
Location: Ukraine :)

Post by $L!M »

Try to use *.png I'm always using it.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, indeed there might be problems with the images. Just ensure that the file is correctly saved (try resaving with gimp or something other known to work).
mctheaw
Posts: 4
Joined: Wed Apr 26, 2006 5:46 am

Post by mctheaw »

Thank you, $L!M.

I tried *.png already but it's still not working. (T_T)
$L!M
Posts: 28
Joined: Thu May 04, 2006 1:21 pm
Location: Ukraine :)

Post by $L!M »

Maybe you didn't set material type for your node?
node->setMaterialType( EMT_TRANSPARENT_ALPHA_CHANNEL);
Post Reply