Compare commits

...

8 Commits

Author SHA1 Message Date
3302de3d16 update og 2023-03-05 13:45:46 +01:00
88c54fee15 prevew 2023-03-05 13:42:34 +01:00
aa889eef1a mobile links 2023-03-05 12:37:22 +01:00
29b46f336c change links 2023-03-05 12:31:53 +01:00
c3037e9f4d eg ohne decke 2023-03-05 12:20:20 +01:00
9dda93b9c8 ebenen 2023-03-05 12:15:19 +01:00
042fdb1b5f remove readme 2023-03-05 09:04:06 +01:00
4b731f43e4 add index 2023-03-05 09:03:50 +01:00
8 changed files with 26 additions and 4 deletions

BIN
Haus.glb Normal file

Binary file not shown.

BIN
HausEG.glb Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -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;)

BIN
eg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 KiB

BIN
house.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 KiB

26
index.html Normal file
View 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>

BIN
og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 KiB