mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-21 18:15:39 -05:00
ドキュメント整理
This commit is contained in:
3
docs/api/sample/AnimationBridgeSample.md
Normal file
3
docs/api/sample/AnimationBridgeSample.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# AnimationBridgeSample
|
||||
|
||||
AnimationClip に BlendShape の変換を記録して反映するサンプルです。
|
||||
18
docs/api/sample/FirstPersonSample.md
Normal file
18
docs/api/sample/FirstPersonSample.md
Normal 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:
|
||||
```
|
||||
10
docs/api/sample/RuntimeExporterSample.md
Normal file
10
docs/api/sample/RuntimeExporterSample.md
Normal 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:
|
||||
```
|
||||
10
docs/api/sample/SimpleViewer.md
Normal file
10
docs/api/sample/SimpleViewer.md
Normal 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
8
docs/api/sample/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Sample
|
||||
|
||||
```{toctree}
|
||||
SimpleViewer
|
||||
RuntimeExporterSample
|
||||
FirstPersonSample
|
||||
AnimationBridgeSample
|
||||
```
|
||||
Reference in New Issue
Block a user