Sha256: b817cd890eeacd8129cb0718f7c60e41bca608e375ffa7a499e8cd0e58fdbf76

Contents?: true

Size: 1.93 KB

Versions: 4

Compression:

Stored size: 1.93 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1380709793.5891242:@value"N{I"
class:ETI"ProcessedAsset;FI"logical_path;TI"Renderer/CommandLists.js;FI"
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"dependency_digest;TI"%7d7e7f4ea7342277deaf27d4413516c8;FI"required_paths;T[I"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Renderer/CommandLists.js;FI"dependency_paths;T[{I"	path;TI"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Renderer/CommandLists.js;FI"
mtime;TI"2013-10-02T12:16:28+02:00;TI"digest;TI"%ec4247601b2f7f59b91c55336deecd46;FI"
_version;TI"%6776f581a4329e299531e1d52aa59832;F

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cesium-0.25.0 test/dummy/tmp/cache/assets/D13/B40/sprockets%2Fddcfb72c9dd4f9d872604435090036f1
cesium-0.24.1 test/dummy/tmp/cache/assets/D13/B40/sprockets%2Fddcfb72c9dd4f9d872604435090036f1
cesium-0.21.1 test/dummy/tmp/cache/assets/D13/B40/sprockets%2Fddcfb72c9dd4f9d872604435090036f1
cesium-0.21 test/dummy/tmp/cache/assets/D13/B40/sprockets%2Fddcfb72c9dd4f9d872604435090036f1