-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (24 loc) · 1018 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Forgo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="build/css/index.css">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
<script src="build/js/three.min.js"></script>
<script src="build/js/OrbitControls.js"></script>
<script src="build/js/ViveController.js"></script>
<script src="build/js/OBJLoader.js"></script>
<script src="build/js/MTLLoader.js"></script>
<script src="build/js/app.js"></script>
</body>
<!--
Pine tree / Danny Bittman / https://poly.google.com/view/2Qo-fmVKuSG
Moon / Poly by Google / https://poly.google.com/view/9OPocAqXM0u
Lake Wind Ambience - Sound Effect / Audio Library - Free Sound Effects / https://www.youtube.com/watch?v=UkVXzfJdXLY
Fireplace sound effects / TheMSsoundeffects / https://www.youtube.com/watch?v=KY6h3DsXxF4
-->
</html>