Sha256: 8abe935d8a2c8befb2efa9d5761316825b10cdaf7d78a635096ba92406545b15
Contents?: true
Size: 1.87 KB
Versions: 5
Compression:
Stored size: 1.87 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724136.897506:@value"{I" class:EFI"ProcessedAsset;FI"logical_path;FI"Scene/TileImagery.js;TI" pathname;FI"J/Users/bogumil/www/cesium/app/assets/javascripts/Scene/TileImagery.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-02-24T17:09:01+01:00;FI"length;FiI"digest;F"%55bb02bf304dfb49b0eab9e70c41bd9dI"source;FI"/*global define*/ define(function() { "use strict"; /** * The assocation between a terrain tile and an imagery tile. * * @alias TileImagery * @private * * @param {Imagery} imagery The imagery tile. * @param {Cartesian4} textureCoordinateExtent The texture extent extent of the tile that is covered * by the imagery, where X=west, Y=south, Z=east, W=north. */ var TileImagery = function(imagery, textureCoordinateExtent) { this.imagery = imagery; this.textureCoordinateExtent = textureCoordinateExtent; this.originalImagery = undefined; this.textureTranslationAndScale = undefined; }; /** * Frees the resources held by this instance. * * @memberof TileImagery */ TileImagery.prototype.freeResources = function() { this.imagery.releaseReference(); if (typeof this.originalImagery !== 'undefined') { this.originalImagery.releaseReference(); } }; return TileImagery; }); ;FI"dependency_digest;F"%af926aad404dc9bb373dcc2e79ae1cd9I"required_paths;F[I"J/Users/bogumil/www/cesium/app/assets/javascripts/Scene/TileImagery.js;TI"dependency_paths;F[{I" path;FI"J/Users/bogumil/www/cesium/app/assets/javascripts/Scene/TileImagery.js;TI" mtime;FI"2013-02-24T17:09:01+01:00;FI"digest;F"%c9c9c521e4314b77eb037f7adbc3dfffI" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems