Added example box with colored sides.

This commit is contained in:
2018-07-11 18:52:46 +02:00
parent c64d4da14e
commit cad1919d36
2 changed files with 391 additions and 0 deletions

14
box.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebGL Box Demo</title>
</head>
<body>
<canvas id="glcanvas" width="640" height="480"></canvas>
</body>
<script src="/src/gl-matrix.js"></script>
<script src="/public/box.js"></script>
</html>