Sha256: c0bd60f9615b9d182c989c9e0ef133252795285cf1aa75c97ded12278038618d
Contents?: true
Size: 1.71 KB
Versions: 3
Compression:
Stored size: 1.71 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798603.384128:@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-15T02:54:58+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
3 entries across 3 versions & 1 rubygems