Howto set orthographic view in the game?
by xen · in Torque Game Engine · 03/27/2006 (12:09 am) · 4 replies
Can i eliminate perspective distortion in the view, while the game is being played? or change fov on the fly? torque showtool pro can do it, i was hoping it was possible in torquescript or whatever..
#3
so how do you set the camera to a narrow FOV? is there a camera.setFOV() function or something?
03/28/2006 (12:45 am)
> You can cheat and place the camera very far away and then setting a narrow FOV. The effect is the same.so how do you set the camera to a narrow FOV? is there a camera.setFOV() function or something?
Torque Owner Thomas \"Man of Ice\" Lund
Else you have to hack the engine code. There is no script switch (AFAIK) to change the view