-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathdebug.html
22 lines (20 loc) · 1.06 KB
/
debug.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<script src='./js/thirdparty/jquery-3.3.1.min.js'></script>
<script src='./js/thirdparty/jquery-ui.min.js'></script>
<script src='./js/thirdparty/jquery-ui.css.js'></script>
<script src='./js/thirdparty/codemirror/codemirror.js'></script>
<script src='./js/thirdparty/codemirror/codemirror.css.js'></script>
<script src='./js/thirdparty/codemirror/clike.js'></script>
<script src='./js/thirdparty/gif.js/gif.js'></script>
<script src='./js/thirdparty/gif.js/gif.worker.js'></script>
<script src='./js/thirdparty/Inlet/inlet.js'></script>
<script src='./js/thirdparty/Inlet/inlet.css.js'></script>
<script src='./js/thirdparty/three/three.min.js'></script>
<script src='./js/thirdparty/three/libs/stats.min.js'></script>
<script src='./js/thirdparty/three/libs/dat.gui.min.js'></script>
<script src='./js/thirdparty/three/controls/OrbitControls.js'></script>
<script src='./js/gl.js'></script>
<script src='./js/presets.js'></script>
<script src='./js/gui.js'></script>
<script src='./js/shaders.js'></script>
<script src='./js/renderer.js'></script>
<script src='./js/fibre.js'></script>