mirror of
https://github.com/KevinMidboe/cubewaves.git
synced 2025-10-29 17:40:17 +00:00
Added example box with colored sides.
This commit is contained in:
14
box.html
Normal file
14
box.html
Normal 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>
|
||||
Reference in New Issue
Block a user