How to spawn a character in third person view?
by Flory Madrilejos · in Technical Issues · 10/30/2008 (11:21 am) · 2 replies
How to spawn a character in third person view?
When the character spawn the default is in First Person view... I want my character spawn in third person view, how can I do that?
Thanks in advance.
When the character spawn the default is in First Person view... I want my character spawn in third person view, how can I do that?
Thanks in advance.
#2
It works... Thanks a lot...
10/30/2008 (11:29 am)
Ok I will try... Thanks for the speedy reply... ;)It works... Thanks a lot...
Torque Owner Timothy Castagna
TK Games LLC
under GameConnection::createPlayer
%this.camera.setTransform(%player.getEyeTransform());
ServerConnection.setFirstPerson(false);