|
@@ -33049,7 +33049,7 @@ var BABYLON;
|
|
ArcRotateCamera.prototype._isSynchronizedViewMatrix = function () {
|
|
ArcRotateCamera.prototype._isSynchronizedViewMatrix = function () {
|
|
if (!_super.prototype._isSynchronizedViewMatrix.call(this))
|
|
if (!_super.prototype._isSynchronizedViewMatrix.call(this))
|
|
return false;
|
|
return false;
|
|
- return this._cache._target.equals(this._target)
|
|
|
|
|
|
+ return this._cache._target.equals(this._getTargetPosition())
|
|
&& this._cache.alpha === this.alpha
|
|
&& this._cache.alpha === this.alpha
|
|
&& this._cache.beta === this.beta
|
|
&& this._cache.beta === this.beta
|
|
&& this._cache.radius === this.radius
|
|
&& this._cache.radius === this.radius
|