-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.html
More file actions
27 lines (27 loc) · 893 Bytes
/
website.html
File metadata and controls
27 lines (27 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"></script>
<script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
<head>
<title>AR Library</title>
</head>
<!----
<body>
<h1>Welcome to the AR Library</h1>
<p>Welcome to the AR Library website. This website cntans basc models for viewing in AR some models are for IOS and some for android</p>
</body>
<a href="egg.usdz" rel="ar">
<img src="egg.jpg" width=200>
</a>
<a href="test.usdz" rel="ar">
<img src="egg.jpg" width=200>
</a>
<a href="file.usdz" rel="ar">
View In AR
</a>
<a href="flower.usdz" rel="ar">
<img src="egg.jpg" width=200>
</a>
---->
<model-viewer ar src="dodekaedar2.glb" auto-rotate camera-controls alt="Chair" background-color="#455A64"></model-viewer>
</html>