[SOLVED] How to achieve smooth camera rotation?

Hi @Onur_Ozturk,

You can use vector lerp to smoothly interpolate between two positions or two rotations. Here is some example code:

1 Like