Sha256: b8891d99bdab7258e1fc44fe2d8be267928ccab1611728d7d656a59ccfe56fb8
Contents?: true
Size: 1.91 KB
Versions: 2
Compression:
Stored size: 1.91 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1381798605.696297:@value"<{I" class:ETI"ProcessedAsset;FI"logical_path;TI"Scene/FrustumCommands.js;TI" pathname;TI"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/FrustumCommands.js;TI"content_type;TI"application/javascript;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"length;TiI"digest;TI"%9c55fc0d285ea94fc784bd9558328674;FI"source;TI"/*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; }); ;TI"dependency_digest;TI"%dcf879e32be58cde6bc2f0b794dc68a1;FI"required_paths;T[I"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/FrustumCommands.js;TI"dependency_paths;T[{I" path;TI"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/FrustumCommands.js;TI" mtime;TI"2013-10-15T02:54:58+02:00;TI"digest;TI"%993c1c9afb83a68813a6488fe51b161c;FI" _version;TI"%6776f581a4329e299531e1d52aa59832;F
Version data entries
2 entries across 2 versions & 1 rubygems