solarRadius.glsl 273 B

12345678910111213
  1. /**
  2. * A built-in GLSL floating-point constant for one solar radius.
  3. *
  4. * @alias czm_solarRadius
  5. * @glslConstant
  6. *
  7. * @see CesiumMath.SOLAR_RADIUS
  8. *
  9. * @example
  10. * // GLSL declaration
  11. * const float czm_solarRadius = ...;
  12. */
  13. const float czm_solarRadius = 695500000.0;