Sha256: 9727e9527a0a5b930ac5c2b2857f4a95edded973051cd89e51d5e90d474804c9
Contents?: true
Size: 1.81 KB
Versions: 5
Compression:
Stored size: 1.81 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724134.580977:@value"�{I" class:EFI"ProcessedAsset;FI"logical_path;FI"Renderer/CommandLists.js;TI" pathname;FI"N/Users/bogumil/www/cesium/app/assets/javascripts/Renderer/CommandLists.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;Fi�I"digest;F"%cabf0ac1bb2b861679b069a9d1b6bf0dI"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 */ this.colorList = []; /** * The command list for a pick pass. * @type Array */ this.pickList = []; /** * The command list for an overlay pass. * @type Array */ 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"dependency_digest;F"%6dcb61117019916d2407f920b3a50c02I"required_paths;F[I"N/Users/bogumil/www/cesium/app/assets/javascripts/Renderer/CommandLists.js;TI"dependency_paths;F[{I" path;FI"N/Users/bogumil/www/cesium/app/assets/javascripts/Renderer/CommandLists.js;TI" mtime;FI"2013-02-24T17:09:01+01:00;FI"digest;F"%af09ba0520a0a5adbba92fa079d4de25I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems