|
@@ -14531,7 +14531,7 @@ var BABYLON;
|
|
if (this.position.equals(position)) {
|
|
if (this.position.equals(position)) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- this.position = position;
|
|
|
|
|
|
+ this.position.copyFrom(position);
|
|
this.rebuildAnglesAndRadius();
|
|
this.rebuildAnglesAndRadius();
|
|
};
|
|
};
|
|
ArcRotateCamera.prototype.setTarget = function (target) {
|
|
ArcRotateCamera.prototype.setTarget = function (target) {
|