Sha256: 56b3d0810b7bd53f5a35efaef5fa235b69d93307ed56338979c3e833f1261caa

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

    //This file is automatically rebuilt by the Cesium build process.
    /*global define*/
    define(function() {
    "use strict";
    return "attribute vec4 position;\n\
varying vec4 positionEC;\n\
void main()\n\
{\n\
positionEC = czm_modelView * position;\n\
gl_Position = czm_projection * positionEC;\n\
}\n\
";
});

Version data entries

4 entries across 4 versions & 1 rubygems

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