Game Development Community

Camera jittering with getTransform()

by Bisher Tarakji · in Technical Issues · 04/18/2006 (7:46 am) · 2 replies

Actually what i need exactly is to stick a camera on the vehicle wheel. so i can't use the connection->getControlCameraTransform(), i used the getControlObject->getTransform(), which is working properly, with the desired behaviour, but with this usage, a jittering happened to the vehicle, any help.

#1
04/18/2006 (8:23 am)
Have you tried using the render transform instead?
#2
04/19/2006 (1:22 am)
Mmmm, thanks.