mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-23 02:44:37 -05:00
19 lines
387 B
Markdown
19 lines
387 B
Markdown
# 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:
|
|
```
|