Here's an image:
![Image](http://img47.exs.cx/img47/6641/wtf6hk.jpg)
A snippit of code is like:
node1 = smgr->addAnimatedMeshSceneNode( mesh1 );
node1->setMaterialFlag(EMF_LIGHTING, true);
smgr->addLightSceneNode(0,vector3df(0,-10,-30),SColorf(1.0f, 1.0f, 1.0f, 1.0f), 600.0f);
And that's all im doing to the obect(s)....
I want shading, I dont want everything to be lit.