mage-engine 3.23.42 → 3.23.43
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 +3 -3
- package/package.json +1 -1
package/dist/mage.js
CHANGED
|
@@ -58204,7 +58204,7 @@ function applyMiddleware() {
|
|
|
58204
58204
|
|
|
58205
58205
|
var thunk = createThunkMiddleware();
|
|
58206
58206
|
thunk.withExtraArgument = createThunkMiddleware;var name = "mage-engine";
|
|
58207
|
-
var version$1 = "3.23.
|
|
58207
|
+
var version$1 = "3.23.43";
|
|
58208
58208
|
var description = "A WebGL Javascript Game Engine, built on top of THREE.js and many other libraries.";
|
|
58209
58209
|
var main = "dist/mage.js";
|
|
58210
58210
|
var author$1 = {
|
|
@@ -93209,7 +93209,7 @@ let SunLight$1 = /*#__PURE__*/function (_Light) {
|
|
|
93209
93209
|
bias: this.getBias(),
|
|
93210
93210
|
mapSize: this.getMapSize(),
|
|
93211
93211
|
shadowCamera: { ...this.getShadowCameraNearFar(),
|
|
93212
|
-
fov: this.
|
|
93212
|
+
fov: this.getShadowCameraFov()
|
|
93213
93213
|
}
|
|
93214
93214
|
};
|
|
93215
93215
|
}
|
|
@@ -96323,7 +96323,7 @@ let SunLight = /*#__PURE__*/function (_Light) {
|
|
|
96323
96323
|
bias: this.getBias(),
|
|
96324
96324
|
mapSize: this.getMapSize(),
|
|
96325
96325
|
shadowCamera: { ...this.getShadowCameraNearFar(),
|
|
96326
|
-
fov: this.
|
|
96326
|
+
fov: this.getShadowCameraFov()
|
|
96327
96327
|
}
|
|
96328
96328
|
};
|
|
96329
96329
|
}
|