-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.2 KB
/
index.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
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div{
background-color:rgb(255, 0, 0);
border-style: solid;
border-width: 1px;
max-width: 800px;
text-align: center;
font-family: 'Arial';
padding: 50px;
margin: auto;
}</style>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>assignment-3-Raharja214</title>
</head>
<body onload="main()">
<div id="Div1">
<canvas width="600" height="600" id="myCanvas" style="border: 2px solid black;">
Your browser does not support WebGL rendering.
</canvas>
<script src="jarLeft.js"></script>
<script src="jarRight.js"></script>
<script src="cubelight.js"></script>
<script src="plane.js"></script>
<script src="gl-matrix-min.js"></script>
<script src="main.js"></script>
<p><h2>Assignment 3</h2></p>
<p><h3>Raharja Dui Putra Sutedjo</h3></p>
<p><h3>05111940000222</h3></p>
<p>Press W and S key to move light vertically</p>
<p>Press A and D key to move camera horizontally</p>
</div>
</body>
</html>