2013-05-03から1日間の記事一覧

最もシンプルな、Three.js サンプル

一番シンプルは、Three.js のサンプルを書いてみた。 リンクは、http://www.nariuchi.com/3d/simple.html HTMLのコードは、こちらの40行 <head>Simplest Three.js sample</head> <body onload="onLoad()"> <div id="ThreeCanvas" style="height:400px;width:400px"></div> </body> <script type="text/javascript" src="Three.js"></script>