Sha256: 0e0dc9ec9d69a51afe092aa56721daf8d86267067d37269196bf491194d2a5e7
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709796.7863948:@value"�{I" class:ETI"BundledAsset;FI"logical_path;TI"*Shaders/Builtin/Functions/RGBToXYZ.js;TI" pathname;TI"c/Users/bogumil/www/engines/cesium/app/assets/javascripts/Shaders/Builtin/Functions/RGBToXYZ.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti�I"digest;TI"%6aaf5f9cf12f5be51e02023532e6a383;FI"source;TI"� //This file is automatically rebuilt by the Cesium build process. /*global define*/ define(function() { "use strict"; return "vec3 czm_RGBToXYZ(vec3 rgb)\n\ {\n\ const mat3 RGB2XYZ = mat3(0.4124, 0.2126, 0.0193,\n\ 0.3576, 0.7152, 0.1192,\n\ 0.1805, 0.0722, 0.9505);\n\ vec3 xyz = RGB2XYZ * rgb;\n\ vec3 Yxy;\n\ Yxy.r = xyz.g;\n\ float temp = dot(vec3(1.0), xyz);\n\ Yxy.gb = xyz.rg / temp;\n\ return Yxy;\n\ }\n\ "; }); ;TI"required_assets_digest;TI"%fa941e2546228128d358ee4e0d47dbca;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
2 entries across 2 versions & 1 rubygems