Sha256: d2d57c31bd200bc6b49a812f47e8f7820595fbea9092f335772773333ed982d1

Contents?: true

Size: 1.75 KB

Versions: 2

Compression:

Stored size: 1.75 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1389617746.7799911:@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"2014-01-13T10:29:05+01:00;TI"length;Ti­I"digest;TI"%6eb5f31401b288a921055c6d36544daa;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 opaque commands.
         * @type {Array}
         * @default []
         */
        this.opaqueCommands = [];
        /**
         * The list of translucent commands.
         * @type {Array}
         * @default []
         */
        this.translucentCommands = [];
    };

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cesium-0.25.0 test/dummy/tmp/cache/assets/C89/C90/sprockets%2Fb57417bcd9197c44286f14650e552b84
cesium-0.24.1 test/dummy/tmp/cache/assets/C89/C90/sprockets%2Fb57417bcd9197c44286f14650e552b84