Compare commits
6 Commits
042fdb1b5f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3302de3d16 | |||
| 88c54fee15 | |||
| aa889eef1a | |||
| 29b46f336c | |||
| c3037e9f4d | |||
| 9dda93b9c8 |
BIN
HausEG.glb
Normal file
BIN
HausEG.glb
Normal file
Binary file not shown.
Binary file not shown.
15
index.html
15
index.html
@@ -2,11 +2,24 @@
|
||||
|
||||
<head>
|
||||
<title>Public</title>
|
||||
<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://git.arnef.de/arnef/public/raw/branch/main/sarah.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 Sarah</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user