-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (36 loc) · 3.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>3D Models Demo</title>
<!-- external CSS link -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<a class="carousel-control-prev previous" href="#prev" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<a class="carousel-control-next next" href="#next" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"></span>
</a>
<div class="slider">
<div class="sketchfab-embed-wrapper slide active">
<iframe class="iframe" allow="autoplay; fullscreen; xr-spatial-tracking" allowfullscreen="" execution-while-not-rendered="" execution-while-out-of-viewport="" frameborder="0" mozallowfullscreen="true" scrolling="no" src="https://sketchfab.com/models/25f6bfec00384caabce227f92c391b94/embed?preload=1&autostart=1&autospin=0.5&ui_stop=0&ui_theme=dark&camera=0&dnt=1&max_texture_size=2048&merge_materials=1&graph_optimizer=1&material_packing=1&ui_general_controls=0" title="Object 1" web-share="" webkitallowfullscreen="true" xr-spatial-tracking=""></iframe>
</div>
<div class="sketchfab-embed-wrapper slide">
<iframe class="iframe" title="Deltarune: Ralsei" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/30b16141d2834760986839da20ec56b2/embed?autospin=0.5&autostart=1&preload=1&camera=0&ui_hint=0&ui_theme=dark"> </iframe>
</div>
<div class="sketchfab-embed-wrapper slide">
<iframe class="iframe" title="Jeanne D' Arc, Paris w/ 3 LOD" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/62ab55aea05644dca4fb685b3349c6e0/embed?preload=0&autostart=1&ui_stop=0&autospin=0.5&ui_theme=dark&camera=0&dnt=1&max_texture_size=2048&merge_materials=1&graph_optimizer=1&material_packing=1"></iframe>
</div>
<div class="sketchfab-embed-wrapper slide">
<iframe class="iframe" title="King Crown" frameborder="0" allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" allow="autoplay; fullscreen; xr-spatial-tracking" xr-spatial-tracking execution-while-out-of-viewport execution-while-not-rendered web-share src="https://sketchfab.com/models/3d90013e7a7b420abdaebdf9a09bcd58/embed?preload=0&autostart=1&autospin=0.5&ui_stop=0&camera=0&ui_theme=dark&dnt=1&max_texture_size=2048&merge_materials=1&graph_optimizer=1&material_packing=1"> </iframe>
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>