|
@@ -14233,8 +14233,8 @@ var BABYLON;
|
|
enumerable: true,
|
|
enumerable: true,
|
|
configurable: true
|
|
configurable: true
|
|
});
|
|
});
|
|
- InstancedMesh.prototype.getVerticesData = function (kind) {
|
|
|
|
- return this._sourceMesh.getVerticesData(kind);
|
|
|
|
|
|
+ InstancedMesh.prototype.getVerticesData = function (kind, copyWhenShared) {
|
|
|
|
+ return this._sourceMesh.getVerticesData(kind, copyWhenShared);
|
|
};
|
|
};
|
|
InstancedMesh.prototype.isVerticesDataPresent = function (kind) {
|
|
InstancedMesh.prototype.isVerticesDataPresent = function (kind) {
|
|
return this._sourceMesh.isVerticesDataPresent(kind);
|
|
return this._sourceMesh.isVerticesDataPresent(kind);
|