Smooth third person 3D camera

Godot Version

4.2.1

Question

how can i make the rotation of my 3D character smoother?

the “player” is the mesh of the character

here’s the code:

player.look_at(position + direction)

This may depend on the “context”… you may have a look here (_process() vs. _physics_process() ) :