Sha256: a39042b58adaadeef40b80578867252072df02d2932e26686204e77b91ad7e91
Contents?: true
Size: 562 Bytes
Versions: 4
Compression:
Stored size: 562 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 vec2 st;\n\ varying vec3 v_positionMC;\n\ varying vec3 v_positionEC;\n\ varying vec2 v_st;\n\ void main()\n\ {\n\ vec4 p = czm_computePosition();\n\ v_positionMC = position3DHigh + position3DLow;\n\ v_positionEC = (czm_modelViewRelativeToEye * p).xyz;\n\ v_st = st;\n\ gl_Position = czm_modelViewProjectionRelativeToEye * p;\n\ }\n\ "; });
Version data entries
4 entries across 4 versions & 1 rubygems