Sha256: 205e84fc75c06cfd81a35de41a25643ab41be0a830f4365d67c1e2ef19f25a37
Contents?: true
Size: 408 Bytes
Versions: 4
Compression:
Stored size: 408 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 vec4 color;\n\ varying vec4 v_color;\n\ void main()\n\ {\n\ vec4 p = czm_computePosition();\n\ v_color = color;\n\ gl_Position = czm_modelViewProjectionRelativeToEye * p;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems