Sha256: a3fb12370ad748723678c7892fb27024b8295993ae21796af15dd66815d42086
Contents?: true
Size: 1.57 KB
Versions: 5
Compression:
Stored size: 1.57 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1361724136.898672:@value"�{I" class:EFI"BundledAsset;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"required_assets_digest;F"%af926aad404dc9bb373dcc2e79ae1cd9I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
5 entries across 5 versions & 1 rubygems