|
7 | 7 | <meta property="og:type" content="website"/>
|
8 | 8 | <meta property="og:image" content=""/>
|
9 | 9 | <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
10 |
| - |
| 10 | + <script src="https://lab.gskinner.com/content/assets/template.min.js"></script> |
11 | 11 | <style>
|
12 | 12 | body {
|
13 | 13 | margin: 0px;
|
|
18 | 18 | </head>
|
19 | 19 | <body>
|
20 | 20 |
|
21 |
| - <script src="js/third-party/threejs/three.js"></script> |
22 |
| - <script src="js/third-party/threejs/vr/ViveController.js"></script> |
23 |
| - <script src="js/third-party/threejs/vr/WebVR.js"></script> |
| 21 | + <script src="./js/third-party/threejs/three.js"></script> |
| 22 | + <script src="./js/third-party/threejs/vr/ViveController.js"></script> |
| 23 | + <script src="./js/third-party/threejs/vr/WebVR.js"></script> |
24 | 24 |
|
25 |
| - <script src="js/third-party/threejs/loaders/OBJLoader.js"></script> |
26 |
| - <script src="js/third-party/threejs/effects/VREffect.js"></script> |
27 |
| - <script src="js/third-party/threejs/effects/StereoEffect.js"></script> |
| 25 | + <script src="./js/third-party/threejs/loaders/OBJLoader.js"></script> |
| 26 | + <script src="./js/third-party/threejs/effects/VREffect.js"></script> |
| 27 | + <script src="./js/third-party/threejs/effects/StereoEffect.js"></script> |
28 | 28 |
|
29 |
| - <script src="js/third-party/threejs/controls/VRControls.js"></script> |
30 |
| - <script src="js/third-party/threejs/controls/DeviceOrientationControls.js"></script> |
31 |
| - <script src="js/third-party/threejs/controls/OrbitControls.js"></script> |
| 29 | + <script src="./js/third-party/threejs/controls/VRControls.js"></script> |
| 30 | + <script src="./js/third-party/threejs/controls/DeviceOrientationControls.js"></script> |
| 31 | + <script src="./js/third-party/threejs/controls/OrbitControls.js"></script> |
32 | 32 |
|
33 |
| - <script src="js/third-party/TweenMax.min.js"></script> |
34 |
| - <script src="js/third-party/perlin.js"></script> |
| 33 | + <script src="./js/third-party/TweenMax.min.js"></script> |
| 34 | + <script src="./js/third-party/perlin.js"></script> |
35 | 35 |
|
36 |
| - <script src="js/utils/helpers.js"></script> |
37 |
| - <script src="js/utils/AudioReactive.js"></script> |
| 36 | + <script src="./js/utils/helpers.js"></script> |
| 37 | + <script src="./js/utils/AudioReactive.js"></script> |
38 | 38 |
|
39 | 39 | <script>
|
40 | 40 |
|
|
60 | 60 | // audio
|
61 | 61 |
|
62 | 62 | audio = new AudioReactive({});
|
63 |
| - audio.playMedia('assets/sound/ritual'); |
| 63 | + audio.playMedia('./assets/sound/ritual'); |
64 | 64 |
|
65 | 65 | // renderer
|
66 | 66 |
|
|
87 | 87 | // events
|
88 | 88 |
|
89 | 89 | addEvents();
|
| 90 | + LabTemplate.loadComplete(); |
90 | 91 |
|
91 | 92 | }
|
92 | 93 |
|
|
0 commit comments