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