This commit is contained in:
2023-03-05 13:42:34 +01:00
parent aa889eef1a
commit 88c54fee15
7 changed files with 10 additions and 3 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 572 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

+10 -3
View File
@@ -5,14 +5,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
a { display: block; font-size: 2rem; margin: 1rem; }
img { width: 100%; max-width: 480px; }
</style>
</head>
<body>
<a href="intent://arvr.google.com/scene-viewer/1.0?file=https://pages.unqr.dev/public/Haus.glb#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">Haus</a>
<a href="intent://arvr.google.com/scene-viewer/1.0?file=https://pages.unqr.dev/public/HausEG.glb#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">EG</a>
<a href="intent://arvr.google.com/scene-viewer/1.0?file=https://pages.unqr.dev/public/HausOG.glb#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">OG</a>
<a href="intent://arvr.google.com/scene-viewer/1.0?file=https://pages.unqr.dev/public/Haus.glb#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">
<img src="./house.png" />
</a>
<a href="intent://arvr.google.com/scene-viewer/1.0?file=https://pages.unqr.dev/public/HausEG.glb#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">
<img src="./eg.png" />
</a>
<a href="intent://arvr.google.com/scene-viewer/1.0?file=https://pages.unqr.dev/public/HausOG.glb#Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;S.browser_fallback_url=https://developers.google.com/ar;end;">
<img src="./og.png" />
</a>
</body>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB