czm_sceneMode
An automatic GLSL uniform representing the current SceneMode enumeration, expressed as a float.
Example
// GLSL declaration uniform float czm_sceneMode; // Example if (czm_sceneMode == czm_sceneMode2D) { eyeHeightSq = czm_eyeHeight2D.y; }