How to get a perfect top view ?
by JW · in Artist Corner · 08/01/2006 (5:11 am) · 3 replies
Hi
We are having a problem ,as we are not able to get a perfect (orthographic view - top view) with the camera
is there any parameter for the camera to get a perfect top view, now we tried to take a screen shot -we find the edges are distorting.We are keen to hear any solution that can solve the above said problem.
Thanks
We are having a problem ,as we are not able to get a perfect (orthographic view - top view) with the camera
is there any parameter for the camera to get a perfect top view, now we tried to take a screen shot -we find the edges are distorting.We are keen to hear any solution that can solve the above said problem.
Thanks
About the author
#2
can we obtain a perfect top view with the game cam node?(in torque)
08/01/2006 (10:29 pm)
Yeah Dave,can we obtain a perfect top view with the game cam node?(in torque)
#3
look for this in the player.cs for this below that controls the cam..
cameraDefaultFov = 90.0;
cameraMinFov = 5.0;
cameraMaxFov = 120.0;
08/02/2006 (7:56 am)
Not sure if you posted this in the right forum ...try to rotate in down 90 or look for this in the player.cs for this below that controls the cam..
cameraDefaultFov = 90.0;
cameraMinFov = 5.0;
cameraMaxFov = 120.0;
Torque Owner Dave MacIsaac
are you asking about the game "cam" node?