Game Development Community

Third Person Mode

by arteria3d · in Torque Game Engine · 11/18/2004 (5:00 am) · 3 replies

Hi,

I wish to have my game in 3rd person mode. I have set in player.cs so that first person renders false, and also set the cameradistance to the avatar at 40 - but the game does not run in 3rd person mode - i can still see the gun in the bottom right corner as in FPS mode.

Anyone help please?

Steve

About the author

Owner of uk based Ltd company ArteriaMediaLtd. with a trading name of Arteria3d Website;arteria3d.com


#1
11/18/2004 (5:17 am)
Renderfirstperson is made to render/not render any parts of your body in firstperson like hands and arms.
I don't understand what you mean you cant run in 3rd person ,do you use the TAB key to switch between 1st and 3rd person ?
#2
11/18/2004 (8:49 am)
He means that the guy doesn't start in third person as initial view.
#3
11/18/2004 (9:07 am)
Ok if this is the case .
add in game.cs under GameConnection::onClientEntergame after %this.score;
$firstperson = 0;