mage-engine 3.23.7 → 3.23.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mage.js +2 -2
- package/package.json +1 -1
package/dist/mage.js
CHANGED
|
@@ -56423,7 +56423,7 @@ var Physics$1 = new Physics();var Scene = /*#__PURE__*/function () {
|
|
|
56423
56423
|
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
56424
56424
|
return [{
|
|
56425
56425
|
element: this.toJSON(options.parseJSON),
|
|
56426
|
-
children: [this.getCamera().getHierarchy()].concat(_toConsumableArray(this.elements.filter(function (e) {
|
|
56426
|
+
children: [this.getCamera().getHierarchy(options)].concat(_toConsumableArray(this.elements.filter(function (e) {
|
|
56427
56427
|
return !e.hasParent() && !e.isHelper() && e.isSerializable();
|
|
56428
56428
|
}).map(function (e) {
|
|
56429
56429
|
return e.getHierarchy(options);
|
|
@@ -57786,7 +57786,7 @@ function applyMiddleware() {
|
|
|
57786
57786
|
|
|
57787
57787
|
var thunk = createThunkMiddleware();
|
|
57788
57788
|
thunk.withExtraArgument = createThunkMiddleware;var name$1 = "mage-engine";
|
|
57789
|
-
var version$1 = "3.23.
|
|
57789
|
+
var version$1 = "3.23.8";
|
|
57790
57790
|
var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
|
|
57791
57791
|
var main = "dist/mage.js";
|
|
57792
57792
|
var author$1 = {
|