Game Development Community

change the angle of the FOV in TGE

by Amrius · in General Discussion · 10/22/2009 (5:26 pm) · 2 replies

i have the camera locked behind the player and i am trying the get the camera to slightly be at an angle above the player. ive looked at some other posts and im just trying to find how to move the camera up at an angle.

#1
10/22/2009 (8:36 pm)
you can use the camera node of your dts model.

setfov(45); for the FOV
#2
10/25/2009 (5:39 pm)
what do you mean by the camera node on the dts model? put a camera inside the scene before exporting it? sorry if im a little newbish with torque hehe.