Entity inside globe

I want to an entity move over a long path in cesium. i draw Polyline with arcType={Cesium.ArcType.GEODESIC} and put positionproperty of Entity same as path point position and time. the path show perfect but the entity go inside the globe. should i set arctype for Entity ?how?

Have you set HeightRefernce of entity to Clamp to Ground like:

heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
clampToGround: true
  • Regards,

thanks
but it didn’t workout

actually it does not work for entity with height.

Please create a sandcastle example for our better understanding.