-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
35 lines (31 loc) · 1.19 KB
/
test.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
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js test</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:#000;
color:#fff;
padding:0;
margin:0;
font-weight: bold;
overflow:hidden;
}
a {color: #0080ff; }
b { color: lightgreen }
</style>
</head>
<body>
<script src="..\three.js-master\three.js-master\build\three.js"></script>
<script src="..\three.js-master\three.js-master\examples\js\libs\stats.min.js"></script>
<script src="..\three.js-master\three.js-master\examples\js\controls\OrbitControls.js"></script>
<script src="..\three.js-master\three.js-master\examples\js\controls\DragControls.js"></script>
<script src="..\three.js-master\three.js-master\examples\js\loaders\OBJLoader.js"></script>
<script src="..\three.js-master\three.js-master\examples\js\WebGL.js"></script>
<script src="..\three.js-master\three.js-master\examples\js\libs\stats.min.js"></script>
<script src='..\three.js-master\three.js-master\examples\js\libs\dat.gui.min.js'></script>
<script src="..\atoms.js"></script>
</body>
</html>