//面
var addPolygon = {
id: "polygon",
name: "面",
show: true,
polygon: {
hierarchy: Cesium.Cartesian3.fromDegreesArray([
118, 30, 119, 32, 116, 32, 116, 30,
]),
material: Cesium.Color.RED.withAlpha(0.4),
classificationType: Cesium.ClassificationType.BOTH, //贴地
},
};
cesium 面贴地形
最新推荐文章于 2024-08-22 18:34:37 发布