Flatlogic Bot 055d24df95 WORKING
2025-10-14 02:37:44 +00:00

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;