幾年前發(fā)現(xiàn)Cesium的一個小驚喜吹榴,突然想起來史侣,記錄一下
```javascript
viewer.entities.add({
? ? polyline: {
? ? ? ? positions: clampedCartesians,
? ? ? ? arcType: Cesium.ArcType.NONE,
? ? ? ? width:2,
? ? ? ? material:new Cesium.PolylineOutlineMaterialProperty({
? ? ? ? ? ? color: Cesium.Color.YELLOW,
? ? ? ? }),
? ? ? ? depthFailMaterial:new Cesium.PolylineDashMaterialProperty({
? ? ? ? ? ? color: Cesium.Color.BLUE
? ? ? ? })
? ? },
});
```