So I’m trying to draw some fairly large ellipsoids, and the behavior where the ellipsoid intersects the earth doesn’t seem to be correct. Sandcastle example: Cesium Sandcastle
I’ve got a large (approximately Earth-sized) ellipsoid, that intersects the earth, but doesn’t seem to get occluded properly. If I position the camera directly above the ellipsoid and zoom out, the ellipsoid doesn’t get occluded at all:
If I zoom in a bit, a small portion of the ellipsoid gets occluded:
zooming in further, the occluded area gets larger and larger.
There are other similar issues if looking from the side of the ellipsoid instead of the top. The most obviously problematic is this view - note the grey circle near Antarctica, entirely separate from the rest of the rendered ellipsoid; that’s just not geometrically possible.
Is this a known issue? Is there something obvious I’m missing? Thanks!