-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 983 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 983 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
28
29
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>hl f</title>
<meta charset="UTF-8">
<script src="HandMath.js"></script>
<script src="GlMath.js"></script>
<script src="Transform.js"></script>
<script src="Loadable.js"></script>
<script src="ImageLoader.js"></script>
<script src="Model.js"></script>
<script src="Light.js"></script>
<script src="PointLight.js"></script>
<script src="SpotLight.js"></script>
<script src="Camera.js"></script>
<script src="RenderTree.js"></script>
<script src="Cs.js"></script>
<script src="CameraController.js"></script>
<script src="FlashLightController.js"></script>
<script src="Ass5.js"></script>
</head>
<body>
</body>
</html>