lythreeframe 1.0.26 → 1.0.27

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.
@@ -2138,6 +2138,7 @@ class ThreeJsApp {
2138
2138
  if (previousCam !== this.camera) {
2139
2139
  this._onCameraChangedDelegate.broadcast();
2140
2140
  }
2141
+ this._camera.updateProjectionMatrix();
2141
2142
  this.viewport.markRenderStateDirty();
2142
2143
  }
2143
2144
  onWindowResize(width, height) {
@@ -2136,6 +2136,7 @@ class ThreeJsApp {
2136
2136
  if (previousCam !== this.camera) {
2137
2137
  this._onCameraChangedDelegate.broadcast();
2138
2138
  }
2139
+ this._camera.updateProjectionMatrix();
2139
2140
  this.viewport.markRenderStateDirty();
2140
2141
  }
2141
2142
  onWindowResize(width, height) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lythreeframe",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Three.js 封装",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",