UniVRM/docs/index.md
2021-10-06 18:21:46 +09:00

87 lines
1.3 KiB
Markdown

# UniVRM Programming Document
これは、開発者(UniVRMを使ったアプリケーションを作成する人)向けのドキュメントです。
UnityでVRMをエクスポートする方法などについては [manual](https://vrm.dev/docs/univrm/) を参照してください。
## 概要
```{toctree}
:maxdepth: 1
package
history
```
## build
UniVRMを使うアプリケーションのビルドに関する注意事項
```{toctree}
build
```
## glTF
```{toctree}
:maxdepth: 1
gltf/0_82_glb_import
gltf/how_to_impl_extension
gltf/0_36_update
```
## VRM
```{toctree}
:maxdepth: 1
vrm0/0_82_runtime_import
vrm0/0_79_runtime_import
vrm0/0_77_runtime_import
vrm0/0_68_runtime_import
vrm0/0_44_runtime_import
vrm0/0_58_blendshape
vrm0/firstperson
```
## 実装メモ
```{toctree}
:maxdepth: 1
implementation/runtime_resource_management
implementation/texture_manipulation
implementation/coordinate
implementation/fast_spring_bone
```
### Samples
- SimpleViewer
- RuntimeExporerSample
- FirstPersonSample
- AnimationBridgeSample
## VRM-1.0(β)
```{toctree}
:maxdepth: 2
vrm1/vrm1_runtime_load
vrm1/vrm1_get_humanoid
vrm1/vrm1_expression
vrm1/vrm1_lookat
vrm1/vrm1_firstperson
```
### Samples
- VRM10Viewer
# Indices and tables
* {ref}`genindex`
* {ref}`modindex`
* {ref}`search`