Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tamshow/webcha-lite-js002

hree.jsで立方体を作ってくるくる動かす
https://github.com/tamshow/webcha-lite-js002

Last synced: 27 days ago
JSON representation

hree.jsで立方体を作ってくるくる動かす

Awesome Lists containing this project

README

        

webっちゃlite JavaScript研究会 第2回
===========

### 「three.jsで立方体を作ってくるくる動かす」

####three.jsとは?
オープンソースの3Dライブラリ
- http://threejs.org/
- https://github.com/mrdoob/three.js/
- http://threejsdoc.appspot.com/doc/index.html

####手順
1. three.jsを読み込む
1. シーンを作成
1. レンダラーを作成
1. カメラを作成 => シーンに追加
1. 光源を作成 => シーンに追加
1. メッシュ(ジオメトリー、マテリアル)を作成 => シーンに追加
1. レンダリング