Sha256: 3bb99690b5a684255879543fbbfcf9f5ad1de8a32b9c8263d582ff1471158950

Contents?: true

Size: 1.71 KB

Versions: 4

Compression:

Stored size: 1.71 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1380709792.133867:@value"r{I"
class:ETI"BundledAsset;FI"logical_path;TI"Core/Visibility.js;TI"
pathname;TI"P/Users/bogumil/www/engines/cesium/app/assets/javascripts/Core/Visibility.js;FI"content_type;TI"application/javascript;TI"
mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti�I"digest;TI"%ed7879c213f4b7c7450350ac7f12f996;FI"source;TI"�/*global define*/

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

    /**
     * This enumerated type is used in determining to what extent an object, the occludee,
     * is visible during horizon culling. An occluder may fully block an occludee, in which case
     * it has no visibility, may partially block an occludee from view, or may not block it at all,
     * leading to full visibility.
     *
     * @exports Visibility
     */
    var Visibility = {
        /**
         * Represents that no part of an object is visible.
         *
         * @type {Enumeration}
         * @constant
         * @default -1
         */
        NONE : new Enumeration(-1, 'NONE'),
        /**
        * Represents that part, but not all, of an object is visible
        *
        * @type {Enumeration}
        * @constant
        * @default 0
        */
        PARTIAL : new Enumeration(0, 'PARTIAL'),
        /**
        * Represents that an object is visible in its entirety.
        *
        * @type {Enumeration}
        * @constant
        * @default 1
        */
        FULL : new Enumeration(1, 'FULL')
    };

    return Visibility;
});
;TI"required_assets_digest;TI"%9c4f78cd48bd81ae3436f98dad7284b3;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/CE4/A90/sprockets%2F8d03987799c678a7ca958de90e96b499
cesium-0.24.1 test/dummy/tmp/cache/assets/CE4/A90/sprockets%2F8d03987799c678a7ca958de90e96b499
cesium-0.21.1 test/dummy/tmp/cache/assets/CE4/A90/sprockets%2F8d03987799c678a7ca958de90e96b499
cesium-0.21 test/dummy/tmp/cache/assets/CE4/A90/sprockets%2F8d03987799c678a7ca958de90e96b499