How to mount a camera to a player in multiplayer game
by Pavel Tovarys · in Torque Game Builder · 12/14/2007 (5:46 pm) · 1 replies
Hello,
Does anybody know how to mount a camera to a player in multiplayer game? I have no idea how to do that, because the player is create on the server side and the camera/scene on the client side.
Thanks for any help.
Pavel T..
Does anybody know how to mount a camera to a player in multiplayer game? I have no idea how to do that, because the player is create on the server side and the camera/scene on the client side.
Thanks for any help.
Pavel T..
Torque 3D Owner Jason Ravencroft
It is possible to force the camera by the server, since the camera is an object and the server should have the ability to direct the camera. One has to wonder if it's really worth it, sometimes it is.