Sha256: adadd43d9718b9c81ed7301156a10831a4c1d918992588a0527f10ecce47085e

Contents?: true

Size: 1.5 KB

Versions: 5

Compression:

Stored size: 1.5 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1361724136.248043:@value"�{I"
class:EFI"BundledAsset;FI"logical_path;FI"Scene/FrustumCommands.js;TI"
pathname;FI"N/Users/bogumil/www/cesium/app/assets/javascripts/Scene/FrustumCommands.js;TI"content_type;FI"application/javascript;FI"
mtime;FI"2013-02-24T17:09:01+01:00;FI"length;Fi�I"digest;F"%d1ae4f574241c5a748fdb85787fb6b08I"source;FI"�/*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}
         */
        this.near = defaultValue(near, 0.0);
        /**
         * The upper bound or farthest distance from the camera.
         * @type {Number}
         */
        this.far = defaultValue(far, 0.0);
        /**
         * The list of commands.
         * @type {Array}
         */
        this.commands = [];
    };

    return FrustumCommands;
});
;FI"required_assets_digest;F"%008cd88c9c7d570015b9987f84380fa7I"
_version;F"%6776f581a4329e299531e1d52aa59832

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cesium-0.24.0 test/dummy/tmp/cache/assets/D61/1E0/sprockets%2Fa9cb0966d9957ee68c99a4df519e1d19
cesium-0.23.0 test/dummy/tmp/cache/assets/D61/1E0/sprockets%2Fa9cb0966d9957ee68c99a4df519e1d19
cesium-0.22.0 test/dummy/tmp/cache/assets/D61/1E0/sprockets%2Fa9cb0966d9957ee68c99a4df519e1d19
cesium-0.14.0 test/dummy/tmp/cache/assets/D61/1E0/sprockets%2Fa9cb0966d9957ee68c99a4df519e1d19
cesium-0.13.2 test/dummy/tmp/cache/assets/D61/1E0/sprockets%2Fa9cb0966d9957ee68c99a4df519e1d19