Sha256: ceb996c3ce4c84146fdc46ef1f59a5c138b9f8de7a107e746a209702b6a004bb

Contents?: true

Size: 1.59 KB

Versions: 2

Compression:

Stored size: 1.59 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1380709794.841274:@value"�{I"
class:ETI"BundledAsset;FI"logical_path;TI"Scene/FrustumCommands.js;TI"
pathname;TI"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/FrustumCommands.js;FI"content_type;TI"application/javascript;TI"
mtime;TI"2013-10-02T12:16:28+02:00;TI"length;TiI"digest;TI"%9c55fc0d285ea94fc784bd9558328674;FI"source;TI"/*global define*/

define(['Core/defaultValue'], function(defaultValue) {
    "use strict";

    /**
     * Defines a list of commands whose geometry are bound by near and far distances from the camera.
     * @alias FrustumCommands
     * @constructor
     *
     * @param {Number} [near=0.0] The lower bound or closest distance from the camera.
     * @param {Number} [far=0.0] The upper bound or farthest distance from the camera.
     */
    var FrustumCommands = function(near, far) {
        /**
         * The lower bound or closest distance from the camera.
         * @type {Number}
         * @default 0.0
         */
        this.near = defaultValue(near, 0.0);
        /**
         * The upper bound or farthest distance from the camera.
         * @type {Number}
         * @default 0.0
         */
        this.far = defaultValue(far, 0.0);
        /**
         * The list of commands.
         * @type {Array}
         * @default []
         */
        this.commands = [];
    };

    return FrustumCommands;
});
;TI"required_assets_digest;TI"%dcf879e32be58cde6bc2f0b794dc68a1;FI"
_version;TI"%6776f581a4329e299531e1d52aa59832;F

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cesium-0.21.1 test/dummy/tmp/cache/assets/D44/3A0/sprockets%2F445f1c0c575898429d9f0d0bc4d3ec3c
cesium-0.21 test/dummy/tmp/cache/assets/D44/3A0/sprockets%2F445f1c0c575898429d9f0d0bc4d3ec3c