Sha256: bf5dec6bc281afa9ac1250980bc94ab7cc8f78efbc0c02540f3e1cc9f1ed4791

Contents?: true

Size: 1.59 KB

Versions: 2

Compression:

Stored size: 1.59 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1381798605.698077:@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-15T02:54:58+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.23.0 test/dummy/tmp/cache/assets/C89/C90/sprockets%2Fb57417bcd9197c44286f14650e552b84
cesium-0.22.0 test/dummy/tmp/cache/assets/C89/C90/sprockets%2Fb57417bcd9197c44286f14650e552b84