Hi ,
There is a problem coming when i try to translate my object and move the camera along with it
When both are done simultaiously there is a SHAKE
to be more specific if I do :
{
Object.translate(0,0,2);
Camera.moveCamera(new SimpleVector(0,0,2),1f);
} // There is a shake the engine tends to retaiate the object traslation are seem to shake
Plz tell me how i can smooth the camera movements....