Search found 2 matches

by kawash
Wed Oct 04, 2006 6:04 pm
Forum: Irrlicht.NET
Topic: Problem setting new position of node (C#)
Replies: 2
Views: 1560

nice it works perfectly!

thanks a lot :D
by kawash
Wed Oct 04, 2006 2:48 pm
Forum: Irrlicht.NET
Topic: Problem setting new position of node (C#)
Replies: 2
Views: 1560

Problem setting new position of node (C#)

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...