forked from hpc-chile/2019-10-08-webgl2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 1.06 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
<html>
<head>
<title>WebGL Meetup</title>
<link rel="stylesheet" type="text/css" href="style/main.css">
</style>
</head>
<body>
<div class="content">
<h1>HPC Meetup: WebGL2 and Shader Programming</h1>
<ul>
<li><a href="01-WebGL/index.html">01: WebGL</a></li>
<li><a href="02-WebGL-Triangle/index.html">02: WebGL Triangle</a></li>
<li><a href="03-WebGL-Triangle-Color/index.html">03: WebGL Triangle Color</a></li>
<li><a href="04-WebGL-Quad-Color/index.html">04: WebGL Quad Color</a></li>
<li><a href="05-WebGL-Triangle-Color-Animation/index.html">05: WebGL Triangle Color Animation</a></li>
<li><a href="06-WebGL-Cube-Animation/index.html">06: WebGL Cube Animation</a></li>
<li><a href="07-WebGL-Complex-Object/index.html">07: WebGL Complex Object</a></li>
<li><a href="08-WebGL2-Textures/index.html">08: WebGL2 Textures</a></li>
<li><a href="09-WebGL2-Raytracing/index.html">09: WebGL2 Raytracing</a></li>
<li><a href="10-WebGL2-Color-Debugging/index.html">10: WebGL2 Color Debugging</a></li>
</ul>
</div>
</body>
</html>