14 lines
273 B
GLSL
14 lines
273 B
GLSL
/**
|
|
* 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;
|