使用产品:iClient3D for WebGL 操作系统:win10 x64
问题详细描述:viewer.entities.add({
polygon: {
hierarchy: {
positions: cartesians
},
height: 0,
extrudedHeight: 50,
outline: true,
material: Cesium.Color.RED.withAlpha(0.5),
},
polygon: {
hierarchy: {
positions: cartesians
},
height:50,
extrudedHeight: 50,
outline: true,
material: Cesium.Color.RED.withAlpha(0.5),
}
,
polygon: {
hierarchy: {
positions: cartesians
},
height: 100,
extrudedHeight: 50,
outline: true,
material: Cesium.Color.RED.withAlpha(0.5),
}
});
制作楼体分层
结果只有上面的显示