- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
23 lines (21 loc) · 657 Bytes
/
Copy pathindex.html
File metadata and controls
23 lines (21 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<linkrel="stylesheet" href="main.css">
<title>Rasterization</title>
</head>
<body>
<canvasid="canvas"></canvas>
<scriptsrc="vec3.js"></script>
<scriptsrc="matrix.js"></script>
<scriptsrc="tri.js"></script>
<scriptsrc="primatives.js"></script>
<scriptsrc="OBJFile.js"></script>
<scriptsrc="scene-parse.js"></script>
<scriptsrc="rasterize.js"></script>
<scriptsrc="main.js"></script>
</body>
</html>