thanks a lot
Search found 2 matches
- Wed Oct 04, 2006 6:04 pm
- Forum: Irrlicht.NET
- Topic: Problem setting new position of node (C#)
- Replies: 2
- Views: 1791
- Wed Oct 04, 2006 2:48 pm
- Forum: Irrlicht.NET
- Topic: Problem setting new position of node (C#)
- Replies: 2
- Views: 1791
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)0.2 ...
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)0.2 ...