Skip to content

Commit

Permalink
Add workaround for SuspendTerrainAdjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Nov 24, 2017
1 parent fdd4f51 commit ecf4c11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cesium.externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,12 @@ Cesium.BoundingRectangle.prototype.height;
*/
Cesium.Camera = function() {};

/**
* Camptocamp addition.
* @type {!boolean}
*/
Cesium.Camera.enableSuspendTerrainAdjustment;

/**
* @type {Cesium.Rectangle}
*/
Expand Down

0 comments on commit ecf4c11

Please # to comment.