| | |
| | | window.sgworld = new SmartEarth.EarthCtrl( |
| | | "sdkContainer", |
| | | { |
| | | StaticFileBaseUrl: "../../../static/CimSDK/", |
| | | // StaticFileBaseUrl: "../../../static/CimSDK/", |
| | | // StaticFileBaseUrl: "../../../SW/static/CimSDK/", |
| | | // StaticFileBaseUrl: "../../../JSJKZHGS/static/CimSDK/", |
| | | StaticFileBaseUrl: "../../../JSJKZHGS/static/CimSDK/", |
| | | }, |
| | | {}, |
| | | {}, |
| | |
| | | window.viewer = sgworld._Viewer; |
| | | sgworld._Viewer.scene.moon.show = false; |
| | | // Viewer.terrainProvider=Cesium.createWorldTerrain() |
| | | |
| | | //显示fps |
| | | sgworld._Viewer.scene.debugShowFramesPerSecond = true; |
| | | window.sgwfs = new SmartEarth.WFSTool(sgworld._Viewer, Cesium); |
| | | Viewer.shadows = false; |
| | | //深度检测 |