|
@@ -3319,7 +3319,7 @@ function o(a, s, l) {
|
|
|
, i = Math.min(modelSize.x, modelSize.z)
|
|
|
, n = Math.max(t, i * this.camera.aspect)
|
|
|
, r = Math.max(i, t * this.camera.aspect);
|
|
|
- this.absoluteScale = (p.aspectRatio() < 1 ? r : n) / 2 / l.orthoBase * 1.2
|
|
|
+ var absoluteScale = (p.aspectRatio() < 1 ? r : n) / 2 / l.orthoBase * 1.2
|
|
|
return absoluteScale
|
|
|
},
|
|
|
n.prototype.rotateToView = function(e, t) {
|