Well, you don't really need a light...
You can set the lightning off with this line:
Code: Select all
node->setMaterialFlag(EMF_LIGHTING, false);
For the irrEdit file, how did you try to load it ???
There is a special function for this: smgr->loadScene(...) (look at the api for more informations on this, there is also a tutorial for this)
I think you didn't finish all tutorials, did you ???
You first should work through all tuts before trying to modify them...