Hello,
I need to adjust camera PAN to a car PAN...
Code:
camera.pan = myCar.pan;


But the problem I wish to do that smoothly, slowly.
If I use the previous code, the camera takes the same angle immediately.

How can I do that?

Thank you!