Skip to content

Commit

Permalink
add ClippingPolygon
Browse files Browse the repository at this point in the history
  • Loading branch information
cavencj committed May 7, 2024
1 parent 7364490 commit 776072c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']) {
Expand Down
4 changes: 4 additions & 0 deletions src/modules/third-part/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit 776072c

Please sign in to comment.