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.
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());
Torque Owner Chris Byars
Ion Productions