Sha256: 05ada721c81f8c81527966918249ad429eb0d6110a56413db469852a5732f88e
Contents?: true
Size: 1.51 KB
Versions: 2
Compression:
Stored size: 1.51 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709796.195298:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI"5Shaders/Appearances/PolylineColorAppearanceVS.js;TI" pathname;TI"n/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/Appearances/PolylineColorAppearanceVS.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;TiI"digest;TI"%77e1388f07fe366df04e57f2c6d899aa;FI"source;TI" //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 prevPosition3DHigh;\n\ attribute vec3 prevPosition3DLow;\n\ attribute vec3 nextPosition3DHigh;\n\ attribute vec3 nextPosition3DLow;\n\ attribute vec2 expandAndWidth;\n\ attribute vec4 color;\n\ varying vec4 v_color;\n\ void main()\n\ {\n\ float expandDir = expandAndWidth.x;\n\ float width = abs(expandAndWidth.y) + 0.5;\n\ bool usePrev = expandAndWidth.y < 0.0;\n\ vec4 p = czm_computePosition();\n\ vec4 prev = czm_computePrevPosition();\n\ vec4 next = czm_computeNextPosition();\n\ v_color = color;\n\ vec4 positionWC = getPolylineWindowCoordinates(p, prev, next, expandDir, width, usePrev);\n\ gl_Position = czm_viewportOrthographic * positionWC;\n\ }\n\ "; }); ;TI"required_assets_digest;TI"%935ce90062154ed007d631b4b19f3638;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
2 entries across 2 versions & 1 rubygems