learning-webgl/l1/1.html

4 lines
124 B
HTML
Raw Normal View History

2011-06-23 23:16:54 +02:00
<body onload="webGLStart();">
<canvas id="lesson01-canvas" style="border: none;" width="500" height="500"></canvas>
</body>