MoveToLongitudeLatitudeHeight

I add a GlobeAnchor to my actor, and I also have a set of longitude and latitude height data. I want to use the MoveToLongitudeLatitudeHeight function to update the position of the actor, but I can’t see the actor’s intermediate transformation, only that it reaches the last position point.Even if i add sleep() to it.

Hi @fen_kuang, welcome to the community!

MoveToLongitudeLatitudeHeight moves the Actor instantly to the new location. It doesn’t do an animation. If you want to do animated movement between locations, take a look at CesiumFlyToComponent.

1 Like