2012-03-27から1日間の記事一覧

WebGLその2:初期化

前回のプログラム(http://d.hatena.ne.jp/sanoh/20120326)をJavaScriptらしく、「index.html」「webglut00.js」に分解してみました。■index.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SanoWebGLSample02.html</title> </head> <script type="text/javascript" src="webglut00.js"></script> <…</html>