Hi, I’m currently working on a project where I have to generate a video from a cesium animation. In this animation, the camera follows a certain entity and is constantly rotating around it so that the animation looks more dynamic.
The problem is that I would like to include the street names in the animation, but when the camera is not pointing towards north, the labels get a little hard to read as they don’t change their direction according to the camera rotation
As an example, this is what happens in google maps:
Pointing north:
Pointing south:
In Cesium, using bing aerial with labels imagery:
Pointing north:
Pointing south:
Is there a way to achieve google maps’ behaviour in cesium?