失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > cesium polygon 悬浮在半空中

cesium polygon 悬浮在半空中

时间:2021-04-04 19:33:30

相关推荐

cesium polygon 悬浮在半空中

效果如下:

代码:

let arr = [[120.87140893447473, 31.877030830389447, 128.64],[120.87140872335587, 31.876963534304792, 128.64],[120.8701763111, 31.87696299560446, 128.63],[120.87202432001283, 31.877030271988385, 128.63]]arr = [].concat.apply([], arr)var orangePolygon = viewer.entities.add({name: 'Orange',polygon: {hierarchy: Cesium.Cartesian3.fromDegreesArrayHeights(arr),extrudedHeight: 0,perPositionHeight: false,material: Cesium.Color.ORANGE.withAlpha(0.5),outline: false,extrudedHeight: 128.5,height: 132.0}})viewer.zoomTo(viewer.entities)

其实就是polygon,给齐增加距离地面的属性extrudedHeight,以及高度height

如果觉得《cesium polygon 悬浮在半空中》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。