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.
- package/dist/index.js +7 -4
- 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
|
-
|
|
57665
|
-
|
|
57666
|
-
|
|
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";
|