UNPKG

cesium

Version:

CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.

16 lines (14 loc) 292 B
/** * @private */ var ImageryState = { UNLOADED : 0, TRANSITIONING : 1, RECEIVED : 2, TEXTURE_LOADED : 3, READY : 4, FAILED : 5, INVALID : 6, PLACEHOLDER : 7 }; export default Object.freeze(ImageryState);