My object appear transparent !?!

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
Requiem
Posts: 20
Joined: Fri Mar 02, 2007 10:01 am

My object appear transparent !?!

Post by Requiem »

Hi ,
I have a problem, when I introduce my car to the scene my car look trasparent:

I cannot put the screenshot...
but the code I use is

Code: Select all

car = smgr->addAnimatedMeshSceneNode(smgr->getMesh("media/santaFe/santaFe.obj"));
      car->setMaterialTexture(0, driver->getTexture("media/santaFe/UVmap.bmp"));
      car->setMaterialFlag(video::EMF_LIGHTING, true);
and the scene was design with irredit.
Can you help please
Robert Y.
Posts: 212
Joined: Sun Jan 28, 2007 11:23 pm

Post by Robert Y. »

And the rest of your code?
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

You can upload your screenshot to imageschak. It may be some problem with your model.
If you don't have anything nice to say, don't say anything at all.
Catprog
Posts: 164
Joined: Wed Jan 31, 2007 9:07 am
Contact:

Post by Catprog »

What material type are you using?
roxaz
Posts: 575
Joined: Tue Jan 23, 2007 8:35 pm
Location: LT

Post by roxaz »

better for images uploading better site is www.ipix.lt There is no annoying failed uploads like in imageshack
Post Reply