Compare commits
8 Commits
2b9f2cd067
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3302de3d16 | |||
| 88c54fee15 | |||
| aa889eef1a | |||
| 29b46f336c | |||
| c3037e9f4d | |||
| 9dda93b9c8 | |||
| 042fdb1b5f | |||
| 4b731f43e4 |
BIN
HausEG.glb
Normal file
BIN
HausEG.glb
Normal file
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
# public
|
||||
|
||||
|
||||
[Haus Sarah](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;)
|
||||
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<html>
|
||||
|
||||
<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://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>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user