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