-
Notifications
You must be signed in to change notification settings - Fork 0
/
vr_demo.html
27 lines (24 loc) · 1001 Bytes
/
vr_demo.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>Tikal office demo - Three.js</title>
<link rel="stylesheet" type="text/css" href="examples/css/style.css" />
</head>
<body>
<script src="examples/lib/three.min.js" type="text/javascript"></script>
<script src="examples/lib/CSS3DRenderer.js" type="text/javascript"></script>
<script src="js/DeviceOrientationController.js" type="text/javascript"></script>
<!-- DEVICEORIENTATION EMULATOR DETECTION + BOOTSTRAP -->
<script src="https://richtr.github.io/doe/doe.js"></script>
<aside id="calibrate-compass-popup" class="popup">
<p>
<strong>Calibrate your compass</strong> by moving your device in a figure 8 motion as shown below.
</p>
<p class="figure8">∞</p>
<button>Continue</button>
</aside>
<script src="js/script.js" type="text/javascript"></script>
</body>
</html>