Sha256: 56e350bf1120325e8f684c15dedd5688b82168a9cb6035bfe5eef9621079623c
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798608.038974:@value"�{I" class:ETI"ProcessedAsset;FI"logical_path;TI"0Shaders/PostProcessFilters/AdditiveBlend.js;TI" pathname;TI"i/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/PostProcessFilters/AdditiveBlend.js;TI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;TiaI"digest;TI"%e6e18f60638bb009ff039704461b634a;FI"source;TI"a //This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "uniform sampler2D u_texture0;\n\ uniform sampler2D u_texture1;\n\ uniform vec2 u_center;\n\ uniform float u_radius;\n\ varying vec2 v_textureCoordinates;\n\ void main()\n\ {\n\ vec4 color0 = texture2D(u_texture0, v_textureCoordinates);\n\ vec4 color1 = texture2D(u_texture1, v_textureCoordinates);\n\ float x = length(gl_FragCoord.xy - u_center) / u_radius;\n\ float t = smoothstep(0.5, 0.8, x);\n\ gl_FragColor = mix(color0 + color1, color0, t);\n\ }\n\ "; }); ;TI"dependency_digest;TI"%1f6fe6bf3122ac610e65ab7b47bbae67;FI"required_paths;T[I"i/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/PostProcessFilters/AdditiveBlend.js;TI"dependency_paths;T[{I" path;TI"i/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/PostProcessFilters/AdditiveBlend.js;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"digest;TI"%9972cc196afa19fb204884baaf0755f7;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
2 entries across 2 versions & 1 rubygems