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

Version Path
cesium-0.24.0 test/dummy/tmp/cache/assets/D17/F20/sprockets%2Fa2a4d0f58a784ad517b681ee19a96188
cesium-0.23.0 test/dummy/tmp/cache/assets/D17/F20/sprockets%2Fa2a4d0f58a784ad517b681ee19a96188
cesium-0.22.0 test/dummy/tmp/cache/assets/D17/F20/sprockets%2Fa2a4d0f58a784ad517b681ee19a96188
cesium-0.14.0 test/dummy/tmp/cache/assets/D17/F20/sprockets%2Fa2a4d0f58a784ad517b681ee19a96188
cesium-0.13.2 test/dummy/tmp/cache/assets/D17/F20/sprockets%2Fa2a4d0f58a784ad517b681ee19a96188