mage-engine 3.22.4 → 3.22.5

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.
@@ -0,0 +1 @@
1
+ {}
package/dist/mage.js CHANGED
@@ -57763,7 +57763,7 @@ function applyMiddleware() {
57763
57763
 
57764
57764
  var thunk = createThunkMiddleware();
57765
57765
  thunk.withExtraArgument = createThunkMiddleware;var name = "mage-engine";
57766
- var version$1 = "3.22.4";
57766
+ var version$1 = "3.22.5";
57767
57767
  var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
57768
57768
  var main = "dist/mage.js";
57769
57769
  var author$1 = {
@@ -83416,15 +83416,11 @@ var SunLight = /*#__PURE__*/function (_Light) {
83416
83416
  value: function toJSON() {
83417
83417
  return _objectSpread2$1(_objectSpread2$1({}, _get(_getPrototypeOf(SunLight.prototype), "toJSON", this).call(this)), {}, {
83418
83418
  target: this.getTarget(),
83419
- distance: this.getDistance(),
83420
- decay: this.getDecay(),
83421
83419
  bias: this.getBias(),
83422
83420
  mapSize: this.getMapSize(),
83423
83421
  shadowCamera: _objectSpread2$1(_objectSpread2$1({}, this.getShadowCameraNearFar()), {}, {
83424
83422
  fov: this.setShadowCameraFov()
83425
- }),
83426
- penumbra: this.getPenumbra(),
83427
- angle: this.getAngle()
83423
+ })
83428
83424
  });
83429
83425
  }
83430
83426
  }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mage-engine",
3
- "version": "3.22.4",
3
+ "version": "3.22.5",
4
4
  "description": "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.",
5
5
  "main": "dist/mage.js",
6
6
  "author": {