Sha256: a0c8b791caefc931783996309eb7fef6604380f0ff546edf6810fa27a4f1ac6d
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843462.418669:@value"_{I" class:EFI"BundledAsset;FI"logical_path;FI"Core/Visibility.js;TI" pathname;FI"O/Users/bwrona/www/engines/cesium/app/assets/javascripts/Core/Visibility.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;Fi�I"digest;F"%b24b83c3e64b30a97942f742f7d25e1aI"source;FI"�/*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. * * @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; }); ;FI"required_assets_digest;F"%32cb41326b2ca98b97b048955ddb91a9I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/DBC/AD0/sprockets%2Ff473409ffa61d44a0fa3a82c0a08acfc |