Sha256: 2a8d7588f7ccba504ec29e2e37cb8b392f5df3ef8cf68a29db351b7261ec0208
Contents?: true
Size: 585 Bytes
Versions: 4
Compression:
Stored size: 585 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\ attribute vec4 color;\n\ varying vec3 v_positionEC;\n\ varying vec3 v_normalEC;\n\ varying vec4 v_color;\n\ void main()\n\ {\n\ vec4 p = czm_computePosition();\n\ v_positionEC = (czm_modelViewRelativeToEye * p).xyz;\n\ v_normalEC = czm_normal * normal;\n\ v_color = color;\n\ gl_Position = czm_modelViewProjectionRelativeToEye * p;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems