3d movement and rotate camera with shake mouse

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By abbos

Hello I have some source code to move and rotate the camera by shaking the mouse (3d) but I want the camera to rotate so that the character’s face can be seen, like game tomb rider

:bust_in_silhouette: Reply From: creativeape

You’re question is very open-ended… it would depend on how your camera and player is setup currently.

Try googling “godot orbit camera” or even look for it in the asset library.

Also, If you haven’t already - be aware of the need to implement “gimbal lock”.