Sha256: e7aa31f74fedfe8c94dddf0bff39211233d764f8a1bbfafebd6e0495c8744ce8
Contents?: true
Size: 1.54 KB
Versions: 2
Compression:
Stored size: 1.54 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798606.705628:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI"8Shaders/Appearances/PolylineMaterialAppearanceVS.js;TI" pathname;TI"q/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/Appearances/PolylineMaterialAppearanceVS.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;Ti�I"digest;TI"%df40859d81135e69cc8c5c68f46c0aa2;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 vec2 st;\n\ varying float v_width;\n\ varying vec2 v_st;\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_width = width;\n\ v_st = st;\n\ vec4 positionWC = getPolylineWindowCoordinates(p, prev, next, expandDir, width, usePrev);\n\ gl_Position = czm_viewportOrthographic * positionWC;\n\ }\n\ "; }); ;TI"required_assets_digest;TI"%4dc0c0bf73307ec28d2e760e592d2f92;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
2 entries across 2 versions & 1 rubygems