var a = viewer.entities.add({
name : 'Green wall from surface with outline'+8,
wall : {
positions : Cesium.Cartesian3.fromDegreesArrayHeights([-107.0, 43.0, 100,
-97.0, 43.0, 100,
-97.0, 40.0, 100,
-107.0, 40.0, 10,
-107.0, 43.0, 100]),
minimumHeights :[-1000,-1000,-1000,-1000,-1000],
material : Cesium.Color.GREEN,
outline : true
}
});
您好,该代码可实现向下拉伸