|
var result = new BABYLON.Mesh(name, this.getScene());
|
|
var result = new BABYLON.Mesh(name, this.getScene());
|
|
BABYLON.Tools.DeepCopy(this, result, ["name", "material", "skeleton"], []);
|
|
BABYLON.Tools.DeepCopy(this, result, ["name", "material", "skeleton"], []);
|