-
Notifications
You must be signed in to change notification settings - Fork 7
/
webgl.html
21 lines (21 loc) · 862 Bytes
/
webgl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Testing Three.js</title>
</head>
<body>
Hi. I'm gonna try some stuff.<br />
<a href="lib/three.js/examples/index.php">Stock Three.js Examples</a><br />
<a href="lib/tween.js/examples/index.php">Stock Tween.js Examples</a><br />
<a href="BarGraph.html">Bar Graph</a><br />
<a href="ScatterPoint.html">Scatter Point</a><br />
<a href="ScatterPoint_Texture.html">Scatter Point with Texture</a><br />
<a href="SimpleRotatingBox.html">Canvas Rotating Cube</a><br />
<a href="SimpleSphere.html">Simple Sphere</a><br />
<a href="RotatingCube.html">WebGL Rotating Cube</a><br />
<a href="MagicBoxes.html">Magic Boxes</a><br />
<a href="GrowingBar.html">Growing Bar</a><br />
<a href="PieChart.html">Pie Chart</a><br />
</body>
</html>