Sha256: 9a6ddca2ea01a2e0c6b3da4b0531b367551834b7fbcad6b27c4fd7ddce65712e
Contents?: true
Size: 515 Bytes
Versions: 4
Compression:
Stored size: 515 Bytes
Contents
//This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "attribute vec3 position3DHigh;\n\ attribute vec3 position3DLow;\n\ attribute vec3 normal;\n\ varying vec3 v_positionEC;\n\ varying vec3 v_normalEC;\n\ void main()\n\ {\n\ vec4 p = czm_computePosition();\n\ v_positionEC = (czm_modelViewRelativeToEye * p).xyz;\n\ v_normalEC = czm_normal * normal;\n\ gl_Position = czm_modelViewProjectionRelativeToEye * p;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems