|
@@ -97,9 +97,9 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
/******/ ({
|
|
|
|
|
|
/***/ "../../node_modules/tslib/tslib.es6.js":
|
|
|
-/*!*****************************************************************!*\
|
|
|
- !*** C:/Dev/Babylon/Babylon.js/node_modules/tslib/tslib.es6.js ***!
|
|
|
- \*****************************************************************/
|
|
|
+/*!***********************************************************!*\
|
|
|
+ !*** C:/Repos/Babylon.js/node_modules/tslib/tslib.es6.js ***!
|
|
|
+ \***********************************************************/
|
|
|
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault */
|
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
@@ -1479,7 +1479,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
/**
|
|
|
* STL file type loader.
|
|
|
* This is a babylon scene loader plugin.
|
|
@@ -1581,10 +1580,6 @@ var STLFileLoader = /** @class */ (function () {
|
|
|
*/
|
|
|
STLFileLoader.prototype.load = function (scene, data, rootUrl) {
|
|
|
var result = this.importMesh(null, scene, data, rootUrl, null, null, null);
|
|
|
- if (result) {
|
|
|
- scene.createDefaultLight();
|
|
|
- scene.createDefaultCameraOrLight();
|
|
|
- }
|
|
|
return result;
|
|
|
};
|
|
|
/**
|