This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Cesium type definitions | |
* For use with Cesium v1.66 | |
* Created by Aigars Zeiza <https://github.com/Zuzon> | |
* Modified by Harry Nicholls <[email protected]> | |
* Updated for v1.66.0 by James Bromwell <https://github.com/Thw0rted> | |
*/ | |
declare module "cesium"{ | |
type RenderState = any; |