1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Oculus Quest 2 のパススルー

Posted at

PassThorough がしたかったんだ...

目的

3Dモデルの背景にパススルーを使いたい!

やり方

  1. OVRCameraRigの設定
  2. OVR Passthrough Layerの設定
  3. CenterEyeAnchorの設定

OVRCameraRigの設定

General Tab

  • Passthrough Capability Ebale = true;
  • enableMixedReality = true;
  • Enable Passthrough = true;

Experimental Tab

  • Experimental Features Enable = true;

スクリーンショット 2022-05-30 194031.jpg

スクリーンショット 2022-05-30 194114.jpg

OVR Passthrough Layerの設定

  • Placement = UnderLay;
  • Composition Depth = 1;

スクリーンショット 2022-05-30 194409.jpg

CenterEyeAnchorの設定

  • Clear Flags = Solid Color
  • Background = (0, 0, 0, 0)

スクリーンショット 2022-05-30 194243.jpg

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?