-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.03 KB
/
index.html
File metadata and controls
33 lines (28 loc) · 1.03 KB
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="en">
<head>
<title> Dream Totem </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link type="text/css" rel="stylesheet" href="./css/main.css">
<script src="./js/p5.min.js"></script>
</head>
<body>
<div id="info">
<h3>AR exploration for Dream Totem</h3><br/><br/>
Press "Start AR" below, and follow directions<br/>
<br/>
1) Move your phone around, pointing at the ground, until a reticle appears<br/>
<br/>
2) Touch the screen, when the reticle is visible, to place the sculpture<br/>
<br/>
3) Move around the sculpture (and trigger at hover a change of color of face)<br/>
<br/>
4) Touch when a face is in color, to make visible/invisible a face of the outer shell<br/>
<br/>
Nothing works? Call / send me a message!
</div>
<script type="module" src="./jsm/myJS.js">
</script>
</body>
</html>