Sha256: 386cfb3c0f60560b652db5a2f82fd4645a6cd92d45d5bb4425fd63c573615121
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843467.9865441:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI"Renderer/CommandLists.js;TI" pathname;FI"U/Users/bwrona/www/engines/cesium/app/assets/javascripts/Renderer/CommandLists.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;FiI"digest;F"%7d7e37e0451ae0380fce2db96415c7c5I"source;FI"/*global define*/ define(function() { "use strict"; /** * Represents lists of commands for drawing for each render pass. * * @alias CommandLists * @constructor */ var CommandLists = function() { /** * The command list for a color pass. * @type {Array} * @default [] */ this.colorList = []; /** * The command list for a pick pass. * @type {Array} * @default [] */ this.pickList = []; /** * The command list for an overlay pass. * @type {Array} * @default [] */ this.overlayList = []; }; CommandLists.prototype.empty = function() { return this.colorList.length === 0 && this.pickList.length === 0 && this.overlayList.length === 0; }; CommandLists.prototype.removeAll = function() { this.colorList.length = 0; this.pickList.length = 0; this.overlayList.length = 0; }; return CommandLists; }); ;FI"required_assets_digest;F"%7d7e7f4ea7342277deaf27d4413516c8I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/DC5/AF0/sprockets%2F0d50f36aeeed131a3f6149ae9e1ade74 |