forked from hendleyr/Numidium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_test.html
More file actions
46 lines (40 loc) · 1018 Bytes
/
_test.html
File metadata and controls
46 lines (40 loc) · 1018 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
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl- webgl/oculus rift testing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
background-color: #000000;
margin: 0px;
overflow: hidden;
font-family:Monospace;
font-size:13px;
text-align:center;
font-weight: bold;
text-align:center;
}
a {
color:#0078ff;
}
#info {
color:#fff;
position: absolute;
top: 0px; width: 100%;
padding: 5px;
z-index:100;
}
</style>
</head>
<body>
<div id="info">
<a href="http://threejs.org" target="_blank">three.js</a> - webgl/oculus rift testing
</div>
<script src="scripts/lib/three.js"></script>
<script src="scripts/lib/Detector.js"></script>
<script src="scripts/lib/stats.min.js"></script>
<script src="scripts/controls/OrbitControls.js"></script>
<script src="scripts/Numidium.js"></script>
</body>
</html>