Sha256: 7bb414171ce8e26f99ab8d7d7c9acec8c3c1022934c7183ed5acaaf84e109764

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 Bytes

Contents

//This file is automatically rebuilt by the Cesium build process.
/*global define*/
define(function() {
"use strict";
return "varying vec2 v_textureCoordinates;\n\
void main()\n\
{\n\
vec4 color = vec4(1.0, 1.0, 0.0, 1.0);\n\
float b = smoothstep(0.03, 0.3, length(v_textureCoordinates - vec2(0.5)));\n\
color.ba = mix(vec2(1.0), vec2(0.0), b);\n\
gl_FragColor = color;\n\
}\n\
";
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cesium-0.20.0 app/assets/javascripts/Shaders/SunFS.js
cesium-0.19.0 app/assets/javascripts/Shaders/SunFS.js
cesium-0.18.0 app/assets/javascripts/Shaders/SunFS.js