Set trackedEntity x/y offset?

By default, if you assign an Entity to trackedEntity, the camera will lock into view it in the horizontal and vertical center of screen.

Is there a way to set an offset for that locked position? so that it’ll lock to some x/y offset?

Example, instead of having the entity in the center, have the entity in horizontal center, but only 1/3 up from bottom?

Hi @poncho524,

Thank you for your questions! I do not believe that the trackedEntity object allows you to specify a camera offset. However, one potential workaround would be to use the Camera object API to meet your needs.

https://cesium.com/learn/cesiumjs/ref-doc/Camera.html?classFilter=camera

-Sam