Sha256: cbfcda83121518b3c2e393cd820fd6ce8cf946f88d42d3b5ebefe107f2cbb623

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 Bytes

Contents

    //This file is automatically rebuilt by the Cesium build process.
    /*global define*/
    define(function() {
    "use strict";
    return "attribute vec4 position;\n\
attribute vec3 normal;\n\
\n\
varying vec3 v_positionWC;\n\
varying vec3 v_positionEC;\n\
varying vec3 v_normalEC;\n\
\n\
void main()\n\
{\n\
    gl_Position = czm_modelViewProjection * position;\n\
    v_positionWC = (czm_model * position).xyz;\n\
    v_positionEC = (czm_modelView * position).xyz;\n\
    v_normalEC = czm_normal * normal;\n\
}";
});

Version data entries

3 entries across 3 versions & 1 rubygems

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