####three.jsとは? オープンソースの3Dライブラリ
- http://threejs.org/
- https://github.com/mrdoob/three.js/
- http://threejsdoc.appspot.com/doc/index.html
####手順
- three.jsを読み込む
- シーンを作成
- レンダラーを作成
- カメラを作成 => シーンに追加
- 光源を作成 => シーンに追加
- メッシュ(ジオメトリー、マテリアル)を作成 => シーンに追加
- レンダリング
| Name | Name | Last commit date | ||
|---|---|---|---|---|
####three.jsとは? オープンソースの3Dライブラリ
####手順