DSDSWeb/static/js/Cesium-1.53/Source/Shaders/Builtin/Constants/sceneMode3D.glsl

12 lines
254 B
Plaintext
Raw Normal View History

2024-07-11 18:02:47 +08:00
/**
* The constant identifier for the 3D {@link SceneMode}
*
* @name czm_sceneMode3D
* @glslConstant
* @see czm_sceneMode
* @see czm_sceneMode2D
* @see czm_sceneModeColumbusView
* @see czm_sceneModeMorphing
*/
const float czm_sceneMode3D = 3.0;