Sha256: 37ce51d9b5fcc2927dd7a8aa8c55d544be3272942d8469d31fcd9af8a9ef729e
Contents?: true
Size: 460 Bytes
Versions: 3
Compression:
Stored size: 460 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "/**\n\ * A built-in GLSL floating-point constant for one solar radius.\n\ *\n\ * @alias czm_solarRadius\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.SOLAR_RADIUS\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_solarRadius = ...;\n\ */\n\ const float czm_solarRadius = 695500000.0;"; });
Version data entries
3 entries across 3 versions & 1 rubygems