-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 1.85 KB
/
index.html
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
type="module"
src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"
></script>
<title>Document</title>
</head>
<body>
<!-- poster="poster.webp" -->
<div
style="
border: 1px solid black;
display: flex;
justify-content: center;
height: 90vh;
margin: 1rem;
"
>
<model-viewer
style="width: 100%; height: 100%"
src="https://s3.eu-west-1.amazonaws.com/next.onpar.co.in/Objects/bc/81_processed.glb"
ar
ar-modes="scene-viewer webxr quick-look"
camera-controls
poster="https://images.unsplash.com/photo-1586190848861-99aa4a171e90?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=580&q=80"
auto-rotate
>
<button
class="Hotspot"
slot="hotspot-3"
data-position="0.679737695660792m 0.23855322602441315m 0.7750869420161507m"
data-normal="0.4792613718234088m 0.6879262396300615m 0.5450376375135829m"
data-visibility-attribute="visible"
>
<div class="HotspotAnnotation">Hello User</div>
</button>
<div class="progress-bar hide" slot="progress-bar">
<div class="update-bar"></div>
</div>
<button slot="ar-button" id="ar-button">View in your space</button>
<div id="ar-prompt" style="position: absolute; top: 80%">
<img src="https://modelviewer.dev/shared-assets/icons/hand.png" />
</div>
</model-viewer>
</div>
</body>
</html>
<!--
shadow-intensity="1"
environment-image="neutral"
exposure="1"
shadow-softness="0.25" -->