Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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で立方体を作ってくるくる動かす
- Host: GitHub
- URL: https://github.com/tamshow/webcha-lite-js002
- Owner: tamshow
- Created: 2013-07-31T00:37:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T00:45:50.000Z (over 11 years ago)
- Last Synced: 2024-12-13T21:30:32.650Z (about 1 month ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. レンダリング