my model are black what's going on?

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
allked
Posts: 12
Joined: Mon Oct 02, 2006 3:44 am

my model are black what's going on?

Post by allked »

i loaded in my project it seems all black, i have already turn off the light for the material,and i see console message like this: loaded texture \box.jpg loaded model \box.x,but it still black.... in the mesh viewer it seems all work, thanks ...
kompromis
Posts: 98
Joined: Mon Sep 11, 2006 2:36 pm
Location: sweden/stockholm

Post by kompromis »

you have to turn light off

ex:
node->setMaterialFlag(video::EMF_LIGHTING, false);
Post Reply