Newer
Older
casic-smartcity-well-front / static / Cesium / Shaders / Builtin / Constants / solarRadius.glsl
[wangxitong] on 8 Jul 2021 273 bytes mars3d总览
/**
 * A built-in GLSL floating-point constant for one solar radius.
 *
 * @alias czm_solarRadius
 * @glslConstant
 *
 * @see CesiumMath.SOLAR_RADIUS
 *
 * @example
 * // GLSL declaration
 * const float czm_solarRadius = ...;
 */
const float czm_solarRadius = 695500000.0;