zakeke-configurator-react 0.0.223 → 0.0.224

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.
Files changed (2) hide show
  1. package/dist/index.js +7 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -57661,10 +57661,13 @@ var SceneViewer = /*#__PURE__*/function () {
57661
57661
  this._canvas.style.height = "100%";
57662
57662
  if (this._engine) {
57663
57663
  this._engine.resize();
57664
- if (adjustCamera) {
57665
- if (this._scene) this.adjustCamera(false);
57666
- this.setupShaderMaterialsCameraPosition();
57667
- }
57664
+
57665
+ // if (adjustCamera) {
57666
+ // if (this._scene)
57667
+ // this.adjustCamera(false);
57668
+ // this.setupShaderMaterialsCameraPosition();
57669
+ // }
57670
+
57668
57671
  if (this._brandLogoButton) {
57669
57672
  // There is no / 2 because the advancedTexture has a renderScale = 2
57670
57673
  this._brandLogoButton.left = -this._canvas.width + 100 + "px";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zakeke-configurator-react",
3
- "version": "0.0.223",
3
+ "version": "0.0.224",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/declarations/composer/Module/src/index.d.ts",