Sha256: f22ea6592a42a4882b112e0dcdaede5dc8c584f603aee92ab94b5c88c9533cd3
Contents?: true
Size: 1.63 KB
Versions: 4
Compression:
Stored size: 1.63 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1362249883.124631:@value"{I" class:EFI"BundledAsset;FI"logical_path;FI"Shaders/PolylineVS.js;TI" pathname;FI"K/Users/bogumil/www/cesium/app/assets/javascripts/Shaders/PolylineVS.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:37:41+01:00;FI"length;FiNI"digest;F"%6eb816f6a1b01b9d78b1115887f21eceI"source;FI"N// 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 position2DHigh;\n\ attribute vec3 position2DLow;\n\ attribute vec4 color;\n\ attribute float show;\n\ \n\ varying vec4 v_color;\n\ \n\ uniform float u_morphTime;\n\ \n\ void main() \n\ {\n\ vec4 p;\n\ \n\ if (u_morphTime == 1.0)\n\ {\n\ p = vec4(czm_translateRelativeToEye(position3DHigh, position3DLow), 1.0);\n\ }\n\ else if (u_morphTime == 0.0)\n\ {\n\ p = vec4(czm_translateRelativeToEye(position2DHigh.zxy, position2DLow.zxy), 1.0);\n\ }\n\ else\n\ {\n\ p = czm_columbusViewMorph(\n\ czm_translateRelativeToEye(position2DHigh.zxy, position2DLow.zxy),\n\ czm_translateRelativeToEye(position3DHigh, position3DLow), \n\ u_morphTime);\n\ }\n\ \n\ gl_Position = czm_modelViewProjectionRelativeToEye * p * show; // position in clip coordinates\n\ v_color = color;\n\ }\n\ "; }); ;FI"required_assets_digest;F"%baea85c1879c579e71d65cce7c8f5c7fI" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
4 entries across 4 versions & 1 rubygems