Sha256: 73db147883b219e1f8e844d3b6ae8976b53c8de8add97fe7c12c50e672fd2dba
Contents?: true
Size: 1.63 KB
Versions: 5
Compression:
Stored size: 1.63 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724133.522958:@value"{I" class:EFI"BundledAsset;FI"logical_path;FI"Core/Visibility.js;TI" pathname;FI"H/Users/bogumil/www/cesium/app/assets/javascripts/Core/Visibility.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;FiLI"digest;F"%e06725edbdf62e954a40a89432869a85I"source;FI"L/*global define*/ define(['./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. * * @constant * @type {Enumeration} */ NONE : new Enumeration(-1, 'NONE'), /** * Represents that part, but not all, of an object is visible * * @constant * @type {Enumeration} */ PARTIAL : new Enumeration(0, 'PARTIAL'), /** * Represents that an object is visible in its entirety. * * @constant * @type {Enumeration} */ FULL : new Enumeration(1, 'FULL') }; return Visibility; }); ;FI"required_assets_digest;F"%9881d836c398e30c747e7cbf4693ff35I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems