-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 841 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 841 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Game Test</title>
<script src="utils/quaternion.min.js"></script>
<script src="utils/utils.js"></script>
<script src="utils/math.js"></script>
<script src="utils/webgl-obj-loader.min.js"></script>
<script src="lib/CanvasUtils.js"></script>
<script src="lib/Camera.js"></script>
<script src="lib/Shader.js"></script>
<script src="lib/Object3D.js"></script>
<script src="lib/Mesh.js"></script>
<script src="lib/Temp.js"></script>
<script src="lib/Global.js"></script>
<script src="lib/Vector.js"></script>
<script src="lib/Light.js"></script>
<script src="lib/Material.js"></script>
</head>
<body onload="main()">
<canvas id="canvas"></canvas>
</body>
</html>