2012-04-01から1ヶ月間の記事一覧

DeNAカンファレンス

■DeNAカンファレンスWindows Developer Daysを夕方から抜けて。DeNAにお邪魔しました。 中村さんも、元気そうでよかったです。 DeNAは海外にむけてWebGameに舵をきるのね・・・

Windows Developer Days

■Windows Developer DaysMetroUIをつかったWindows8の日本お披露目 http://www.microsoft.com/ja-jp/events/wdd/default.aspx とても楽しみです。すこし講演させていただき、準備不足でちょっと、もうちょっと 「「幕末魂」ができるまで。ASP.NET と …

WebGLその10:パーティクル

パーティクルっぽいクラスを作って、色加算で遊びましょう ■index.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SanoWebGLSample10.html</title> </head> <script type="text/javascript" src="webglut03.js"></script> <script> //-----------------------------------------------------------…</html>

WebGLその9:色加算

■index.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SanoWebGLSample09.html</title> </head> <script type="text/javascript" src="webglut03.js"></script> <script> //------------------------------------------------------------------------ // //---------…</html>

WebGLその8:2Dライブラリ

せっかくなので2D関係の関数を作り、まとめてみました ■index.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SanoWebGLSample08.html</title> </head> <script type="text/javascript" src="webglut03.js"></script> <script> //------------------------------------------------------------…</html>

WebGLその7:2Dイメージ

■index.html <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>SanoWebGLSample07.html</title> </head> <script type="text/javascript" src="webglut02.js"></script> <script id="shader-vs" type="x-shader/x-vertex"> //-----------------------------------------------…</html>