Sha256: e747a8382d5c16714122de3f53112070c4715a1b0b52ae5b22bb38404a987852
Contents?: true
Size: 1.89 KB
Versions: 4
Compression:
Stored size: 1.89 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709793.5040278:@value"#{I" class:ETI"BundledAsset;FI"logical_path;TI"Renderer/BlendEquation.js;TI" pathname;TI"W/Users/bogumil/www/engines/cesium/app/assets/javascripts/Renderer/BlendEquation.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti3I"digest;TI"%5de11e852beb5428953c0f012c1c2ebd;FI"source;TI"3/*global define*/ define(['Core/Enumeration'], function(Enumeration) { "use strict"; /** * DOC_TBA * * @exports BlendEquation */ var BlendEquation = { /** * DOC_TBA * * @type {Enumeration} * @constant * @default 0x8006 */ ADD : new Enumeration(0x8006, 'ADD'), // WebGL: FUNC_ADD /** * DOC_TBA * * @type {Enumeration} * @constant * @default 0x800A */ SUBTRACT : new Enumeration(0x800A, 'SUBTRACT'), // WebGL: FUNC_SUBTRACT /** * DOC_TBA * * @type {Enumeration} * @constant * @default 0x800B */ REVERSE_SUBTRACT : new Enumeration(0x800B, 'REVERSE_SUBTRACT'), // WebGL: FUNC_REVERSE_SUBTRACT // No min and max like in ColladaFX GLES2 profile /** * DOC_TBA * * @param {BlendEquation} blendEquation * * @returns {Boolean} */ validate : function(blendEquation) { return ((blendEquation === BlendEquation.ADD) || (blendEquation === BlendEquation.SUBTRACT) || (blendEquation === BlendEquation.REVERSE_SUBTRACT)); } }; return BlendEquation; }); ;TI"required_assets_digest;TI"%53e257683061600180dcb492a3c5d7d0;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems