cesium 二维的经纬度如何转换为三维可用的坐标,坐标用于添加标记点


viewer.entities.add({
    position:  Cesium.Cartesian3.fromDegrees(100.572235,36.099899),
    billboard: {
      //图标
      image: './Sandcastle/stationTiles/point.png',
      width: 40,
      height: 40,
     disableDepthTestDistance: Number.POSITIVE_INFINITY,

    },
});

如上代码中的写法,移动模型时,标记点位置不固定并且会一直上下左右偏移