ドキュメント整理

This commit is contained in:
ousttrue
2022-02-04 19:20:42 +09:00
parent e67448c817
commit 89b7f81bd6
33 changed files with 109 additions and 90 deletions

View File

@@ -0,0 +1,3 @@
# AnimationBridgeSample
AnimationClip に BlendShape の変換を記録して反映するサンプルです。

View File

@@ -0,0 +1,18 @@
# FirstPersonSample
VR アプリで FistPerson の設定に合わせて、可視設定を反映するサンプルです。
画面が4分割されて、
* HMDカメラ
* その他のカメラ
の描画を例示します。
```{gitinclude} v0.87.0 Assets/VRM_Samples/FirstPersonSample/VRMRuntimeLoader.cs
:language: csharp
:linenos:
:lines: 31-53
:emphasize-lines: 15
:caption:
```

View File

@@ -0,0 +1,10 @@
# RuntimeExporter
VRM を Runtime Export するサンプルです。
```{gitinclude} v0.87.0 Assets/VRM_Samples/RuntimeExporterSample/VRMRuntimeExporter.cs
:language: csharp
:linenos:
:lines: 106-127
:caption:
```

View File

@@ -0,0 +1,10 @@
# SimpleViewer
Runtime ローダーのサンプルです。
```{gitinclude} c89e Assets/VRM_Samples/SimpleViewer/ViewerUI.cs
:language: csharp
:linenos:
:caption:
:lines: 434-485
```

8
docs/api/sample/index.md Normal file
View File

@@ -0,0 +1,8 @@
# Sample
```{toctree}
SimpleViewer
RuntimeExporterSample
FirstPersonSample
AnimationBridgeSample
```