Hi all, I'm beginner with IRRLICHT.NET. I'm trying to tranlate my c++ project into C#. All its ok except : Here the original code (written in C++). This code works : mesh = smgr->getMesh("model/grappin.x"); node2 = smgr->addAnimatedMeshSceneNode( mesh ); node2->setPosition(vector3df((float...