The documentation states the polyline follows the “curvature of the globe”- is this curvature from the WGS84 ellipsoid?
https://cesium.com/learn/cesiumjs/ref-doc/PolylineVolumeGraphics.html
I am drawing a 10km straight line between two points at a constant height above the WGS84 ellipsoid that “follows the curvature of the earth”, yet it does not seem to stay at a constant height relative to the WGS84 ellipsoid… am I misunderstanding something?
Entity (Cartesian3 height of 1290) at Polyline starting position (Cartesian3 height of 1290):
Entity (Cartesian3 height of 1290) at Polyline ending position (Cartestian3 height of 1290):
Entity (Cartesian3 height of 1290) at the middle of the Polyline:
I would’ve thought the height of the PolylineVolume along its full length would be 1290 above the WGS84 ellipsoid? Or am I wrong?