Sha256: ca8b052b028e14b17bfec49fbd32773f3f481fa982ceab037c14cb5f9f6c8c4e
Contents?: true
Size: 1.58 KB
Versions: 1
Compression:
Stored size: 1.58 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372843469.989952:@value"�{I" class:EFI"BundledAsset;FI"logical_path;FI"Scene/FrustumCommands.js;TI" pathname;FI"U/Users/bwrona/www/engines/cesium/app/assets/javascripts/Scene/FrustumCommands.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2013-07-03T11:02:49+02:00;FI"length;FiI"digest;F"%26b1b5b004cfa57dd9ed048216bbfcf7I"source;FI"/*global define*/ define(['../Core/defaultValue'], function(defaultValue) { "use strict"; /** * Defines a list of commands whose geometry are bound by near and far distances from the camera. * @alias FrustumCommands * @constructor * * @param {Number} [near=0.0] The lower bound or closest distance from the camera. * @param {Number} [far=0.0] The upper bound or farthest distance from the camera. */ var FrustumCommands = function(near, far) { /** * The lower bound or closest distance from the camera. * @type {Number} * @default 0.0 */ this.near = defaultValue(near, 0.0); /** * The upper bound or farthest distance from the camera. * @type {Number} * @default 0.0 */ this.far = defaultValue(far, 0.0); /** * The list of commands. * @type {Array} * @default [] */ this.commands = []; }; return FrustumCommands; }); ;FI"required_assets_digest;F"%72ba3ac6c768d5510492d9524c9cbdafI" _version;F"%6776f581a4329e299531e1d52aa59832
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cesium-0.18.0 | test/dummy/tmp/cache/assets/D5E/C50/sprockets%2Fd22e9bd73aa956e3ce4aa7470d0b0404 |