Hi,
I've got the same problem, but I didn't find the solution:
In the modeler, I've got three object cleary separated, but how do you texture them in irrlicht ?
My code :
scene::IAnimatedMesh* farmMesh = smgr->getMesh("../../media/farm.3ds");
scene::ISceneNode* node = 0;
node = smgr ...