-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
218 lines (203 loc) Β· 7.5 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta
charset="utf-8"
name="viewport"
content="width=device-width, initial-scale=1"
/>
<title>Horse AR</title>
<!-- Latest compiled and minified CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css"
/>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<!-- Loads <model-viewer> for modern browsers: -->
<script
type="module"
src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"
></script>
<!-- Loads <model-viewer> for old browsers like IE11: -->
<script
nomodule
src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"
></script>
<link rel="stylesheet" href="css/styling.css" />
<!-- π¨ REQUIRED: Web Components polyfill to support Edge and Firefox < 63 -->
<script src="https://unpkg.com/@webcomponents/[email protected]/webcomponents-loader.js"></script>
<!-- π OPTIONAL: Intersection Observer polyfill for better performance in Safari and IE11 -->
<script src="https://unpkg.com/[email protected]/intersection-observer.js"></script>
<!-- π OPTIONAL: Resize Observer polyfill improves resize behavior in non-Chrome browsers -->
<script src="https://unpkg.com/[email protected]/dist/ResizeObserver.js"></script>
<!-- π OPTIONAL: Fullscreen polyfill is needed to fully support AR features -->
<script src="https://unpkg.com/[email protected]/dist/fullscreen.polyfill.js"></script>
<!-- π OPTIONAL: Include prismatic.js for Magic Leap support
<script src="https://unpkg.com/@magicleap/prismatic/prismatic.min.js"></script> -->
<!-- π OPTIONAL: The :focus-visible polyfill removes the focus ring for some input types -->
<script
src="https://unpkg.com/[email protected]/dist/focus-visible.js"
defer
></script>
</head>
<body>
<div class="container">
<div
id="mycarousel"
class="carousel slide"
data-interval="false"
data-touch="false"
>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="cards">
<model-viewer
class="model_2"
id="horse2"
auto-rotate
autoplay
camera-controls
preload
reveal="interaction"
poster="images/background.png"
src="mshorse/scene-head.glb"
ar
alt="Horse"
background-color="#455A73"
ios-src="mshorse/scene-head.usdz"
quick-look-browsers="safari chrome"
>
<div id="horse2-poster" slot="poster"></div>
<div id="button-load" slot="poster">
<img class="tap" src="images/tap-2.png" alt="" />
</div>
</model-viewer>
<section class="attribution">
<span>
<h4>Horse Nod</h4>
<h5>
<i class="far fa-copyright"></i> 2019 ZooAllies All rights
reserved
</h5>
</span>
<!-- <span>
<a href="https://www.zooallies.com" target="_blank">
<img class="zoologo" src="images/zoo-logo.png" alt="zoologo">
</a>
</span> -->
</section>
</div>
</div>
<div class="carousel-item">
<div class="cards">
<model-viewer
class="model_1"
id="horse"
src="mshorse/scene-kick4.glb"
ar
auto-rotate
preload
poster="images/background.png"
autoplay
camera-controls
reveal="interaction"
alt="Horse"
background-color="#455A73"
ios-src="mshorse/Thomas_T_Kicking_FBX.usdz"
quick-look-browsers="safari chrome"
>
<div id="horse-poster" slot="poster"></div>
<div id="button-load" slot="poster">
<img class="tap" src="images/tap-2.png" alt="" />
</div>
</model-viewer>
<section class="attribution">
<span>
<h4>Horse Kick 2</h4>
<h5>
<i class="far fa-copyright"></i> 2019 ZooAllies All rights
reserved
</h5>
</span>
</section>
</div>
</div>
<div class="carousel-item">
<div class="cards">
<model-viewer
class="model_3"
id="horse3"
src="mshorse/scene-text.glb"
ar
autoplay
preload
auto-rotate
camera-controls
poster="images/background.png"
reveal="interaction"
alt="Horse"
background-color="#455A73"
ios-src="mshorse/scene.usdz"
quick-look-browsers="safari chrome"
>
<div id="horse3-poster" slot="poster"></div>
<div id="button-load" slot="poster">
<img class="tap" src="images/tap-2.png" alt="" />
</div>
</model-viewer>
<section class="attribution">
<span>
<h4>Horse Label</h4>
<h5>
<i class="far fa-copyright"></i> 2019 ZooAllies All rights
reserved
</h5>
</span>
</section>
</div>
</div>
</div>
<div class="linkwrapper">
<div class="links">
<a href="" class="prev">
<i class="fas fa-chevron-circle-left fa-sm icons"></i>
</a>
</div>
<div class="links">
<a href="" class="next">
<i class="fas fa-chevron-circle-right fa-sm icons"> </i
></a>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
<!-- <script type="module"
src="https://unpkg.com/@google/[email protected]/dist/model-viewer.js">
</script> -->
<!-- Loads <model-viewer> for old browsers like IE11: -->
<!-- <script nomodule
src="https://unpkg.com/@google/[email protected]/dist/model-viewer-legacy.js">
</script> -->
</body>
</html>