Open askmyselfwhy opened 7 months ago
Thanks for the report @askmyselfwhy.
The orthographic view was previously the same as perspective. And after updating Cesium library (from one of 2020 versions to the latest) we've got this strange behavior.
Would you be able to identify the release where this has changed? My guess would be around version 1.97.
Thanks for the report @askmyselfwhy.
The orthographic view was previously the same as perspective. And after updating Cesium library (from one of 2020 versions to the latest) we've got this strange behavior.
Would you be able to identify the release where this has changed? My guess would be around version 1.97.
I found a release where it's happened https://github.com/CesiumGS/cesium/releases/tag/1.93
Previous releases work fine, like this https://github.com/CesiumGS/cesium/releases/tag/1.92
Thanks for the report @askmyselfwhy.
The orthographic view was previously the same as perspective. And after updating Cesium library (from one of 2020 versions to the latest) we've got this strange behavior.
Would you be able to identify the release where this has changed? My guess would be around version 1.97.
I found a release when it's happened https://github.com/CesiumGS/cesium/releases/tag/1.93
Previous releases work fine, like this https://github.com/CesiumGS/cesium/releases/tag/1.92
Probably one of the changes here: https://github.com/CesiumGS/cesium/pull/10063
Thanks so much @askmyselfwhy!
What happened?
Why orthographic projection so much differs from perspective on big distances from the globe (see images)?
Zooming in-out also feels weird. Also no moon or anything else is rendered in orthographic mode.
The orthographic view was previously the same as perspective. And after updating Cesium library (from one of 2020 versions to the latest) we've got this strange behavior. What was the reason behind it and how can I replicate the same view as in perspective not by digging into the core of the library?
Reproduction steps
Sandcastle example
https://sandcastle.cesium.com/index.html?src=Projection.html
Environment
Everywhere