Sha256: 11a54861b8cf37e42c4a1e77a9c8800c86e718dd225072b169532e8120a022c2

Contents?: true

Size: 1.61 KB

Versions: 4

Compression:

Stored size: 1.61 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1380709793.5919418:@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

Version Path
cesium-0.25.0 test/dummy/tmp/cache/assets/D60/D20/sprockets%2F0cfb8ba2744ab0976700c8bd72b2ec07
cesium-0.24.1 test/dummy/tmp/cache/assets/D60/D20/sprockets%2F0cfb8ba2744ab0976700c8bd72b2ec07
cesium-0.21.1 test/dummy/tmp/cache/assets/D60/D20/sprockets%2F0cfb8ba2744ab0976700c8bd72b2ec07
cesium-0.21 test/dummy/tmp/cache/assets/D60/D20/sprockets%2F0cfb8ba2744ab0976700c8bd72b2ec07