| | |
| | | let that = this; |
| | | let option = { |
| | | // licenseServer: "http://183.162.245.49:18080", |
| | | // StaticFileBaseUrl: "../../Mobile/static/CimSDK/", |
| | | url: "./static/img/cesium/earth.jpg", |
| | | toolbar: false, |
| | | // fullscreenButton: true, |
| | |
| | | ); |
| | | window.Viewer = sgworld._Viewer; |
| | | Viewer.shadows = false; |
| | | viewer.scene.fxaa = false; |
| | | viewer.scene.postProcessStages.fxaa.enabled = false; |
| | | window.Viewer.scene.globe.maximumScreenSpaceError = 4/3; |
| | | that.showBottom(); |
| | | window.Viewer.scene.screenSpaceCameraController.minimumZoomDistance = 100; //相机的高度的最小值 |
| | | // window.Viewer.scene.screenSpaceCameraController.maximumZoomDistance = 38000; //相机高度的最大值 |