Sha256: 57a236bf0ba997931aada548e1dda152ef583cedbfa293cde9b6a232eafd6d5c
Contents?: true
Size: 1.61 KB
Versions: 4
Compression:
Stored size: 1.61 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709793.5925279:@value"{I" class:ETI"BundledAsset;FI"logical_path;TI"Renderer/CommandLists.js;TI" pathname;TI"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Renderer/CommandLists.js;FI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-02T12:16:28+02:00;TI"length;TiI"digest;TI"%7d7e37e0451ae0380fce2db96415c7c5;FI"source;TI"/*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; }); ;TI"required_assets_digest;TI"%7d7e7f4ea7342277deaf27d4413516c8;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
4 entries across 4 versions & 1 rubygems