| @@ -21,8 +21,8 @@ export const config = { | |||
| } | |||
| export function ready(options = {}) { | |||
| if(__isInitialized){ | |||
| return Promise.resolve() | |||
| if (__isInitialized) { | |||
| return Promise.resolve() | |||
| } | |||
| __cmdOut && __cmdOut() | |||
| if (options['baseUrl']) { | |||
| @@ -42,4 +42,8 @@ export const THIRD_PART = { | |||
| Cesium.createGooglePhotorealistic3DTileset, | |||
| createElevationBandMaterial: Cesium.createElevationBandMaterial, | |||
| ModelAnimationLoop: Cesium.ModelAnimationLoop, | |||
| ClippingPlane: Cesium.ClippingPlane, | |||
| ClippingPlaneCollection: Cesium.ClippingPlaneCollection, | |||
| ClippingPolygon: Cesium.ClippingPolygon, | |||
| ClippingPolygonCollection: Cesium.ClippingPolygonCollection, | |||
| } | |||