attempt at webgl
This commit is contained in:
13
index.html
Normal file
13
index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!doctype html>
|
||||
<!--https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context-->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>WebGL test"</title>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="glCanvas" width="640" height="480"></canvas>
|
||||
</body>
|
||||
|
||||
<script src="main.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user