Sha256: 6e409521d0acad7cc3ec1b91b58706736ff43ea4f49f46a153a2d5852f5f3ee4
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843467.982635:@value"7{I" class:EFI"ProcessedAsset; 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"dependency_digest; F"%7d7e7f4ea7342277deaf27d4413516c8I"required_paths; F[I"U/Users/bwrona/www/engines/cesium/app/assets/javascripts/Renderer/CommandLists.js; TI"dependency_paths; F[{I" path; FI"U/Users/bwrona/www/engines/cesium/app/assets/javascripts/Renderer/CommandLists.js; TI" mtime; FI"2013-07-03T11:02:49+02:00; FI"digest; F"%ec4247601b2f7f59b91c55336deecd46I" _version; F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/CB1/BB0/sprockets%2Ffff910002892124f62e648a12673fe6c |