Sha256: 6cad61f424a52360e6ac336fc7c3c8b52fd5233c17d9507733e4897ef5488146
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 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\ varying vec3 v_positionWC;\n\ varying vec3 v_positionEC;\n\ varying vec3 v_normalEC;\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\ }\n\ "; });
Version data entries
3 entries across 3 versions & 1 rubygems