When I move camera toward South Pole, the view rectangle returned by Camera.computeViewRectangle() does not contain all the visible area.
However, when the south pole is on the center of screen, I can get the result I want.
How can I get a view rectangle that always cover all visible area?
2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.
3. Context. Why do you need to do this? We might know a better way to accomplish your goal.
I want to draw primitives only in visible area
4. The Cesium version you're using, your operating system and browser.
Cesium 1.55
However, another strange thing is that the latitude sometimes jump suddenly in south/north pole area.
In two screenshots I attach, you can see the latitude (shown in the left upper corner) jump from -58.0 to -90.0 with a minor mouse movement.
Besides, 58.0 degrees south does not pass the Antarctic Circle at all
https://en.wikipedia.org/wiki/58th_parallel_south
https://en.wikipedia.org/wiki/Antarctic_Circle
Why the view rectangle give me 58.0 degrees south?