-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 881 Bytes
/
index.html
File metadata and controls
33 lines (27 loc) · 881 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
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>どこでもランド</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
</head>
<body>
<script
type="module"
src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js">
</script>
<model-viewer
alt="land"
src="land.glb"
ios-src="land.usdz"
style="width:800px;height:1000px;"
background-color="#70BCD1"
shadow-intensity="0.7"
camera-controls
interaction-prompt="auto"
auto-rotate ar magic-leap>
</model-viewer>
<p>携帯で開いて頂き、右下の小さな四角アイコンを押した後、"周囲のスペースに表示する"を選択するとAR表示できます。<br>(Chromeで動作確認しております)
</p>
</body>
</html>