-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 730 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>ThreeDerp</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<style>canvas { width: 100%; height: 100% }</style>
</head>
<body>
<canvas id="inputCanvas" width="320" height="240" style="display:none"></canvas>
<video id="inputVideo" autoplay loop style="position:absolute"></video>
<script src="js/libs/jquery/jquery.js"></script>
<script src="js/libs/three.js/Three.js"></script>
<script src="js/libs/headtrackr/headtrackr.min.js"></script>
<script src="js/libs/annyang/annyang.js"></script>
<script src="js/threeDerp.js"></script>
</body>
</html>