question about getPosition.

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
tjuhzj
Posts: 44
Joined: Mon Mar 27, 2006 7:00 am

question about getPosition.

Post by tjuhzj »

Hi , everybody.

Thank you for coming into this topic. Now, i was stumbled by a problem with transformation. In my multiplayer online game, I have to synchronize two player's position. I use getPosition to get a player's position and broadcast to other players. The problem is that other players can't acquire this player's rotation information.

Is there any way to solve this problem? How to get a player's position and rotation info ??

Thank you! gentlemen.

hzj
2006-5-2
________
Didier Pironi
Last edited by tjuhzj on Sun Feb 27, 2011 10:51 pm, edited 1 time in total.
Ced666
Posts: 86
Joined: Fri Jan 13, 2006 10:29 am
Location: Belgium

Post by Ced666 »

Use getRotation from ISceneNode.
Post Reply