Sha256: f449748e7997e416766c3c4ed215a6505f165d2d3e172b482bd945457f882ede

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

    //This file is automatically rebuilt by the Cesium build process.
    /*global define*/
    define(function() {
    "use strict";
    return "attribute vec4 position;\n\
\n\
varying vec2 v_textureCoordinates;\n\
\n\
void main() \n\
{\n\
    float x = (position.x - czm_viewport.x) / czm_viewport.z;\n\
    float y = (position.y - czm_viewport.y) / czm_viewport.w;\n\
    v_textureCoordinates = vec2(x, y);\n\
    \n\
    gl_Position = czm_viewportOrthographic * position;\n\
}";
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cesium-0.25.0 app/assets/javascripts/Shaders/CentralBodyVSPole.js
cesium-0.24.1 app/assets/javascripts/Shaders/CentralBodyVSPole.js
cesium-0.24.0 app/assets/javascripts/Shaders/CentralBodyVSPole.js