Sha256: 19a57fe541cba39221f85542f2b87eb87b95708ff8bbcebdb1d2c0a6f11fc396
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843462.414649:@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; FiI"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/CFC/0E0/sprockets%2Fcad3a135a2d13fe001b356a949970c73 |