Sha256: 61cbc9a138612a1be1a4ad49197855dabc901b7c7b1dabb9f5a24672238a72f3
Contents?: true
Size: 1.61 KB
Versions: 4
Compression:
Stored size: 1.61 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1362249881.807009:@value" {I" class:EFI"BundledAsset;FI"logical_path;FI"Renderer/ClearCommand.js;TI" pathname;FI"N/Users/bogumil/www/cesium/app/assets/javascripts/Renderer/ClearCommand.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-03-02T19:13:39+01:00;FI"length;Fi3I"digest;F"%e81f82b02f8587cc840ecbada52e30fdI"source;FI"3/*global define*/ define(['../Core/DeveloperError'], function(DeveloperError) { "use strict"; /** * Represents a command to the renderer for clearing. * * @alias ClearCommand * @constructor * * @param {ClearState} [clearState] The clear state. */ var ClearCommand = function(clearState) { /** * The clear state. If this property is undefined, a default clear state is used. * @type Object */ this.clearState = clearState; /** * The framebuffer to clear. * @type Framebuffer */ this.framebuffer = undefined; }; /** * Executes the clear command. * * @memberof ClearCommand * * @param {Context} context The renderer context in which to clear. * @param {Framebuffer} [framebuffer] The framebuffer to clear if one is not specified by the command. */ ClearCommand.prototype.execute = function(context, framebuffer) { context.clear(this, framebuffer); }; return ClearCommand; }); ;FI"required_assets_digest;F"%7c8aa1a2d49cfc12b7a65a63324d69d9I" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
4 entries across 4 versions & 1 rubygems