@shopware-ag/dive 1.16.26-beta.1 → 1.16.26-beta.2
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 -2
- package/build/dive.cjs.map +1 -1
- package/build/dive.js +8 -2
- package/build/dive.js.map +1 -1
- package/package.json +1 -1
- package/src/ar/AR.ts +9 -1
package/build/dive.js
CHANGED
|
@@ -1993,7 +1993,13 @@ var init_AR = __esm({
|
|
|
1993
1993
|
"encodeURIComponent(modelUrl.toString())",
|
|
1994
1994
|
encodeURIComponent(modelUrl.toString())
|
|
1995
1995
|
);
|
|
1996
|
-
const
|
|
1996
|
+
const version = "1.0";
|
|
1997
|
+
console.log("USING SCENE VIEWER");
|
|
1998
|
+
console.log("version:", version);
|
|
1999
|
+
console.log("params:", params.toString());
|
|
2000
|
+
console.log("modelUrl:", modelUrl.toString());
|
|
2001
|
+
console.log("locationUrl:", locationUrl.toString());
|
|
2002
|
+
const intent = `intent://arvr.google.com/scene-viewer/${version}?${params.toString() + "&file=" + modelUrl.toString()}#Intent;scheme=https;package=com.google.android.googlequicksearchbox;action=android.intent.action.VIEW;S.browser_fallback_url=${encodeURIComponent(
|
|
1997
2003
|
locationUrl.toString()
|
|
1998
2004
|
)};end;`;
|
|
1999
2005
|
console.log({ intent });
|
|
@@ -4392,7 +4398,7 @@ import { generateUUID as generateUUID2 } from "three/src/math/MathUtils";
|
|
|
4392
4398
|
// package.json
|
|
4393
4399
|
var package_default = {
|
|
4394
4400
|
name: "@shopware-ag/dive",
|
|
4395
|
-
version: "1.16.26-beta.
|
|
4401
|
+
version: "1.16.26-beta.2",
|
|
4396
4402
|
description: "Shopware Spatial Framework",
|
|
4397
4403
|
type: "module",
|
|
4398
4404
|
main: "./build/dive.cjs",
|