| | |
| | | // 设置贴地 |
| | | heightReference: Cesium.Color.CORNFLOWERBLUE.withAlpha(0.4), |
| | | verticalOrigin: Cesium.VerticalOrigin.BOTTOM, |
| | | scale: 5.0, |
| | | scale: 1.0, |
| | | }, |
| | | }); |
| | | this.setViewerFlyTo(this.localPoint) |
| | |
| | | fabric: { |
| | | type: "ElevationRamp", |
| | | uniforms: { |
| | | image: config.StaticFileBaseUrl + "Assets/Images/color.png", |
| | | image: config.StaticFileBaseUrl + "Assets/Images/colors75.png", |
| | | minimumHeight: -10000, |
| | | maximumHeight: 10000, |
| | | |
| | | }, |
| | | }, |
| | | }); |
| | | |
| | | Viewer.scene.globe.material = window.material; |
| | | }, |
| | | |
| | |
| | | // 设置贴地 |
| | | heightReference: Cesium.Color.CORNFLOWERBLUE.withAlpha(0.4), |
| | | verticalOrigin: Cesium.VerticalOrigin.BOTTOM, |
| | | scale: 5.0, |
| | | scale: 1.0, |
| | | }, |
| | | }); |
| | | |