Locking the tilt on the Equatorial Plane

Would anyone have an example of
1- Tilting the Earth (ie. 23.45 degrees).
2- Then turning the Earth, maintaining that same tilt.
3- Keeping the Earth on the Equatorial Plane.
Thanks.

Hello,

For 1 and 2, take a look at these demos and let me know if they help:

http://analyticalgraphicsinc.github.io/cesium-google-earth-examples/examples/cameraTilt.html

http://analyticalgraphicsinc.github.io/cesium-google-earth-examples/examples/cameraMove.html

I don’t have a great idea for how to achieve 3, but you might be able to use a preRender event similarly to how we keep the globe pointed north in this example: https://groups.google.com/d/msg/cesium-dev/ZKimT0pYt80/twCM0YviAQAJ

Best,

Hannah