Sha256: 28eb2a659f9f9552cf92443d3dbb15674ca55a53675df89c962d2eda95f3a686
Contents?: true
Size: 532 Bytes
Versions: 3
Compression:
Stored size: 532 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 <code>pi/3</code>.\n\ *\n\ * @alias czm_piOverThree\n\ * @glslConstant\n\ *\n\ * @see CesiumMath.PI_OVER_THREE\n\ *\n\ * @example\n\ * // GLSL declaration\n\ * const float czm_piOverThree = ...;\n\ *\n\ * // Example\n\ * float pi = 3.0 * czm_piOverThree;\n\ */\n\ const float czm_piOverThree = 1.0471975511965976;"; });
Version data entries
3 entries across 3 versions & 1 rubygems