Game Development Community

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?

#1
04/27/2008 (5:28 am)
I have placed the setFov() in the oncreateplayer function but it seems that it has no affect there, where would I place this in the script?

The setFov() works fine in the console.
#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.