Game Development Community

Camera System

by Thanhda Tie · in Torque Game Engine Advanced · 08/15/2006 (1:39 pm) · 3 replies

Is the Camera System in TSE the same with TGE? Thinking of porting my TGE code over, and i was wondering if it would work or not.

#1
08/15/2006 (6:04 pm)
Exactly the same.
#2
08/16/2006 (3:04 pm)
I actually did a bit of tweaking for MS 4 with the camera and mouse lag. It now offers the option to stop the GPU from rendering a few frames ahead, which causes mouse lag on GPU limited situations on older cards. The result is a much smoother camera and elimination of "lurching" behavior that was sometimes present.

So it's a bit better than TGE's but the interface is the same.
#3
08/16/2006 (3:05 pm)
Sweet!