Sha256: e4eb0a8366e8481f3776faef9f3303f297099dc3d25f5004e7f94cf1dc498087

Contents?: true

Size: 583 Bytes

Versions: 4

Compression:

Stored size: 583 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\
czm_materialInput materialInput;\n\
materialInput.s = v_textureCoordinates.s;\n\
materialInput.st = v_textureCoordinates;\n\
materialInput.str = vec3(v_textureCoordinates, 0.0);\n\
materialInput.normalEC = vec3(0.0, 0.0, -1.0);\n\
czm_material material = czm_getMaterial(materialInput);\n\
gl_FragColor = vec4(material.diffuse + material.emission, material.alpha);\n\
}\n\
";
});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cesium-0.23.0 app/assets/javascripts/Shaders/ViewportQuadFS.js
cesium-0.22.0 app/assets/javascripts/Shaders/ViewportQuadFS.js
cesium-0.21.1 app/assets/javascripts/Shaders/ViewportQuadFS.js
cesium-0.21 app/assets/javascripts/Shaders/ViewportQuadFS.js