@shopware-ag/dive 1.16.26-beta.0 → 1.16.26-beta.1
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/build/dive.cjs +8 -4
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +8 -4
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/ar/AR.ts +1 -1
- package/src/dive.ts +6 -2
package/build/dive.cjs
CHANGED
|
@@ -1993,7 +1993,7 @@ var init_AR = __esm({
|
|
|
1993
1993
|
"encodeURIComponent(modelUrl.toString())",
|
|
1994
1994
|
encodeURIComponent(modelUrl.toString())
|
|
1995
1995
|
);
|
|
1996
|
-
const intent = `intent://arvr.google.com/scene-viewer/1.
|
|
1996
|
+
const intent = `intent://arvr.google.com/scene-viewer/1.0?${params.toString() + "&file=" + modelUrl.toString()}#Intent;scheme=https;package=com.google.android.googlequicksearchbox;action=android.intent.action.VIEW;S.browser_fallback_url=${encodeURIComponent(
|
|
1997
1997
|
locationUrl.toString()
|
|
1998
1998
|
)};end;`;
|
|
1999
1999
|
console.log({ intent });
|
|
@@ -4363,7 +4363,7 @@ init_Info();
|
|
|
4363
4363
|
// package.json
|
|
4364
4364
|
var package_default = {
|
|
4365
4365
|
name: "@shopware-ag/dive",
|
|
4366
|
-
version: "1.16.26-beta.
|
|
4366
|
+
version: "1.16.26-beta.1",
|
|
4367
4367
|
description: "Shopware Spatial Framework",
|
|
4368
4368
|
type: "module",
|
|
4369
4369
|
main: "./build/dive.cjs",
|
|
@@ -4657,13 +4657,17 @@ var DIVE = class _DIVE {
|
|
|
4657
4657
|
console.log(this.scene);
|
|
4658
4658
|
}
|
|
4659
4659
|
};
|
|
4660
|
+
console.log(`DIVE ${package_default.version} initialized successfully!`);
|
|
4661
|
+
if (false) {
|
|
4662
|
+
console.log("DIVE is running in development mode.");
|
|
4663
|
+
}
|
|
4660
4664
|
console.log(`
|
|
4661
4665
|
@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@
|
|
4662
4666
|
@@@@+-:::::::---------------------==------------------------------=#@@@@
|
|
4663
4667
|
@@%=::::.......::---------------------------------------------------------+@@
|
|
4664
4668
|
@@+:::...........::-----------------------------------------------------------#@@
|
|
4665
|
-
|
|
4666
|
-
|
|
4669
|
+
@@=:::.........::::::-------------------------------------------------------------%@
|
|
4670
|
+
@%:::.......:::::::-----------------------------------------------------------------#@
|
|
4667
4671
|
@*:::.....:::::-----------------------------------------------------------------------*@
|
|
4668
4672
|
@%::::::.::::---------------------------------------------------------------------------@@
|
|
4669
4673
|
@@-:::::::::-----------------------------------------------------------------------------=@
|