Game Development Community

Having camera issues

by Thomas Shaw · in Torque Game Engine · 12/10/2005 (3:32 pm) · 1 replies

Well, not really issues, but I want to take first-person mode out of the engine. I want your player to start up in the third-person perspective and not make it possible to switch into first person (except with the editor's obsever mode of course).

I found the following line in game.cs, but didn't know what to change it to. Commenting it out had no effect on the game at all.
%this.camera.setTransform(%player.getEyeTransform());

#1
12/10/2005 (3:37 pm)
Well when the search function is working again (is not yielding full results, if any at all), search for third person only or something to that effect, and I know this has been discussed/solved before.