Sha256: 3cd4e0d7c2e3dee25b78c93691ebdb6cf00875645a0d0af4d3cef9c71e502e7b
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1380709794.8406851:@value"ò{I" class:ETI"BundledAsset; FI"logical_path; TI"Scene/FrustumCommands.js; TI" pathname; TI"V/Users/bogumil/www/engines/cesium/app/assets/javascripts/Scene/FrustumCommands.js; FI"content_type; TI"application/javascript; TI" mtime; TI"2013-10-02T12:16:28+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"required_assets_digest; TI"%dcf879e32be58cde6bc2f0b794dc68a1; FI" _version; TI"%6776f581a4329e299531e1d52aa59832; F
Version data entries
2 entries across 2 versions & 1 rubygems