Isometric Projection
by Dubai Coder · in Torque Game Engine Advanced · 04/23/2008 (11:06 pm) · 2 replies
I have implemented the advanced camera resource and I have set the camera to godviewmode and everything is working great.
However, I would like to get the projection to simulate an isometric view; I have place the camera at 0,-20,10 and I;m not sure if I need to change the FOV to better suite the results I want?
However, I would like to get the projection to simulate an isometric view; I have place the camera at 0,-20,10 and I;m not sure if I need to change the FOV to better suite the results I want?
#2
04/27/2008 (7:08 am)
SetFov () is a client only function, you're calling it on the server. You need to call it locally.
Torque 3D Owner Dubai Coder
The setFov() works fine in the console.