solarRadius.js 397 B

123456789101112131415
  1. //This file is automatically rebuilt by the Cesium build process.
  2. export default "/**\n\
  3. * A built-in GLSL floating-point constant for one solar radius.\n\
  4. *\n\
  5. * @alias czm_solarRadius\n\
  6. * @glslConstant\n\
  7. *\n\
  8. * @see CesiumMath.SOLAR_RADIUS\n\
  9. *\n\
  10. * @example\n\
  11. * // GLSL declaration\n\
  12. * const float czm_solarRadius = ...;\n\
  13. */\n\
  14. const float czm_solarRadius = 695500000.0;\n\
  15. ";