Sha256: e66c1e8faf2e34f45732d0d0cc0112441098b9e20a7eadfb9dde8b2675250ec5
Contents?: true
Size: 505 Bytes
Versions: 4
Compression:
Stored size: 505 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
4 entries across 4 versions & 1 rubygems