Skip to content

Commit

Permalink
remove: immutable props of Globe
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jan 15, 2019
1 parent 5cac188 commit 12f0776
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Globe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export interface GlobeCesiumProps {
// @type Cesium.ClippingPlaneCollection
clippingPlanes?: any;
depthTestAgainstTerrain?: boolean;
ellipsoid?: Cesium.Ellipsoid;
enableLighting?: boolean;
imageryLayers?: Cesium.ImageryLayerCollection;
lightingFadeInDistance?: number;
lightingFadeOutDistance?: number;
material?: Cesium.Material;
Expand Down Expand Up @@ -66,9 +64,7 @@ const cesiumProps: Array<keyof GlobeCesiumProps> = [
"baseColor",
"clippingPlanes",
"depthTestAgainstTerrain",
"ellipsoid",
"enableLighting",
"imageryLayers",
"lightingFadeInDistance",
"lightingFadeOutDistance",
"material",
Expand Down

0 comments on commit 12f0776

Please sign in to comment.