first
This commit is contained in:
13
book/web/README.md
Normal file
13
book/web/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# web
|
||||
|
||||
webで動くゲームを開発する技術を紹介します。
|
||||
|
||||
3Dモデルには様々な形式があります。ここでは`.glb`, `.vrm`を扱います。
|
||||
|
||||
これらをwebに表示することができます。例えば、[tyrano builder](https://b.tyrano.jp/)と組み合わせノベルゲームを作成できます。
|
||||
|
||||
|url|body|
|
||||
|---|---|
|
||||
|https://github.com/mrdoob/three.js/|3Dモデルをwebに表示|
|
||||
|https://github.com/pixiv/three-vrm/|vrmをthree.jsで扱う|
|
||||
|
Reference in New Issue
Block a user