Game Development Community

Vehicle camera shaking

by Radoslaw Marcin Kurczewski · in Torque Game Engine · 07/16/2003 (1:07 am) · 1 replies

Hi,

I have a problem with vehicle camera in 3rd person view. The camera is following the car too accurate, so if the car shakes the camera does the same. If the car hits something and move back and forth for a while, camera is moving also. After a few minutes of this you can feel sick.

I tried to change cameraLag parameter in script to make camera movement more smooth but it caused that in most situations I cannot see my vehicle for a long moment, so it's not a solution.

Do you have any idea how fix such a problem?

Best regards

Ania

#1
07/17/2003 (9:24 am)
The lag is not what you want to adjust. Turn off the camera roll. Also in your model you can parent the CAM node with an Unlink node and that smooths it out a bit more.

Matt