Page 1 of 1

FPS Camera to "mounted" on a node

Posted: Fri Aug 24, 2007 7:50 pm
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

Posted: Fri Aug 24, 2007 9:23 pm
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...

Posted: Fri Aug 24, 2007 10:11 pm
by webnoob
Been a tough and long week ....... :lol:

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

WebNoob