Sha256: 963d5971890d0a704f2e73e50c3e68a195bcc44a43d3d3cfcfa4b7df4445bcab
Contents?: true
Size: 1.51 KB
Versions: 5
Compression:
Stored size: 1.51 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724134.582266:@value"�{I" class:EFI"BundledAsset;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"required_assets_digest;F"%6dcb61117019916d2407f920b3a50c02I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems