|
@@ -15246,7 +15246,7 @@ var BABYLON;
|
|
source._geometry.applyToMesh(this);
|
|
source._geometry.applyToMesh(this);
|
|
}
|
|
}
|
|
// Deep copy
|
|
// Deep copy
|
|
- BABYLON.Tools.DeepCopy(source, this, ["name", "material", "skeleton", "instances"], []);
|
|
|
|
|
|
+ BABYLON.Tools.DeepCopy(source, this, ["name", "material", "skeleton", "instances"], ["_poseMatrix"]);
|
|
// Pivot
|
|
// Pivot
|
|
this.setPivotMatrix(source.getPivotMatrix());
|
|
this.setPivotMatrix(source.getPivotMatrix());
|
|
this.id = name + "." + source.id;
|
|
this.id = name + "." + source.id;
|