Move camera in 3D and keep pointing to an object

How do I…

Move camera in 3D and keep pointing to an object.

Example:

  • one Fixed object (X=100,Y=100,Z=100)
  • Camera move around the object, and automatically point to the object

What is the expected result

The camera should always face the object.

What is the actual result

I don’t know any easy way to do this … and trying to avoid the math … yeah, I know :slight_smile:

Any existing extension that would do this?

Related screenshots

Trying to get the camera to circle around this pyramid …

This example may help:

1 Like

Used the ThirdPersonCamera and managed to achieve what I was looking for.

https://wiki.gdevelop.io/gdevelop5/extensions/third-person-camera/