|
@@ -22256,6 +22256,9 @@ var BABYLON;
|
|
}
|
|
}
|
|
return this._boundingInfo;
|
|
return this._boundingInfo;
|
|
};
|
|
};
|
|
|
|
+ SubMesh.prototype.setBoundingInfo = function (boundingInfo) {
|
|
|
|
+ this._boundingInfo = boundingInfo;
|
|
|
|
+ };
|
|
SubMesh.prototype.getMesh = function () {
|
|
SubMesh.prototype.getMesh = function () {
|
|
return this._mesh;
|
|
return this._mesh;
|
|
};
|
|
};
|
|
@@ -52142,7 +52145,7 @@ var BABYLON;
|
|
})(Internals = BABYLON.Internals || (BABYLON.Internals = {}));
|
|
})(Internals = BABYLON.Internals || (BABYLON.Internals = {}));
|
|
})(BABYLON || (BABYLON = {}));
|
|
})(BABYLON || (BABYLON = {}));
|
|
|
|
|
|
-//# sourceMappingURL=babylon.tools.pmremgenerator.js.map
|
|
|
|
|
|
+//# sourceMappingURL=babylon.tools.pmremGenerator.js.map
|
|
|
|
|
|
|
|
|
|
|
|
|