-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_6.html
45 lines (41 loc) · 1.11 KB
/
index_6.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script
type="module"
src="https://ajax.googleapis.com/ajax/libs/model-viewer/4.0.0/model-viewer.min.js"
></script>
<title>HTML + CSS</title>
</head>
<body>
<model-viewer
src="modles/flower6.glb"
ios-src="modles/flower6.usdz"
style="width: 100vw; height: 90vh"
camera-controls
shadow-intensity="2"
touch-action="pan-y"
ar
scale="0.1 0.1 0.1"
>
<button id="ar-button" slot="ar-button">Start AR</button>
</model-viewer>
</body>
<style>
#ar-button {
width: 120px;
height: 60px;
position: absolute;
right: 35px;
bottom: 35px;
background-color: rgb(64, 203, 203);
color: white;
border: none;
font-size: 20px;
}
</style>
</html>
<!-- Car model was created by: mononofu and provided by Sketchfab:https://sketchfab.com/3d-models/130-d9485f5360224e9dbaafd24b2eec0f1a -->