Sha256: c6904ee4674df9d49fce31f54e0b6f153be1a8857cfea056780677804074f5d9
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798607.102232:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI"*Shaders/Builtin/Functions/XYZToRGB.js;TI" pathname;TI"c/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/Builtin/Functions/XYZToRGB.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;Ti�I"digest;TI"%5432f15cccc467169ea0fd5b3e9f7fc8;FI"source;TI"� //This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "vec3 czm_XYZToRGB(vec3 Yxy)\n\ {\n\ const mat3 XYZ2RGB = mat3( 3.2405, -0.9693, 0.0556,\n\ -1.5371, 1.8760, -0.2040,\n\ -0.4985, 0.0416, 1.0572);\n\ vec3 xyz;\n\ xyz.r = Yxy.r * Yxy.g / Yxy.b;\n\ xyz.g = Yxy.r;\n\ xyz.b = Yxy.r * (1.0 - Yxy.g - Yxy.b) / Yxy.b;\n\ return XYZ2RGB * xyz;\n\ }\n\ "; }); ;TI"required_assets_digest;TI"%fb7365d436c13920628a2869af65d5cf;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
2 entries across 2 versions & 1 rubygems