Game Development Community

Camera

by CodingChris · in Torque Game Engine · 09/23/2007 (10:21 am) · 2 replies

Hi,
Is it possible to change the camera object from script?
Thanks,
Christian

#1
09/30/2007 (2:56 pm)
Yes, it possible.

with starter.fps, looking in server\scripts for a cs file.
Also look at the create player in server\scripts\game.cs as well for camera controls.

Finally, take a look at the Doxygen section for the camera and or Source Code if you need a find all of the scripted camera functions.
#2
10/03/2007 (5:13 am)
Thanks