FPS Camera to "mounted" on a node

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
webnoob
Posts: 17
Joined: Mon Aug 20, 2007 9:28 pm

FPS Camera to "mounted" on a node

Post by webnoob »

Hiya,

I wasn't sure the best way to explain this, but I want to do an FPS but it will also be a multiplayer, that means that the FPSCamera will in effect need a skin (player body) so that other players will see you running around. What I want to do is position the FPSCamera kind of within that player mesh.

Is this the correct approach?

WebNoob
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

I don't think so...
the reason is every user runs the prog on his own, so in the prog I'm running there is no need for a model of myself...
for the other user you simply add the player model of you at the position where the camera is in your prog...
you know what I mean ??? ;)
The other players don't see what's on your screen, they just get the stats (positions, rotations) of the other players and calculate them new (show the meshes) on their machine...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
webnoob
Posts: 17
Joined: Mon Aug 20, 2007 9:28 pm

Post by webnoob »

Been a tough and long week ....... :lol:

Thanks for the information, maybe some sleep would help my thinking ability to function :)

WebNoob
Post Reply