HolographicCamera クラス

定義

HolographicDisplay 上の HolographicViewConfiguration のフレームごとのレンダリング機能を提供します。

public ref class HolographicCamera sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HolographicCamera final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HolographicCamera
Public NotInheritable Class HolographicCamera
継承
Object Platform::Object IInspectable HolographicCamera
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

注釈

アプリは、各 HolographicFrame を提示する前に、少なくとも 1 つの HolographicCamera のバック バッファーにレンダリングされます。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 表示
1703 15063 LeftViewportParameters
1703 15063 RightViewportParameters
1709 16299 IsPrimaryLayerEnabled
1709 16299 MaxQuadLayerCount
1709 16299 QuadLayers
1803 17134 CanOverrideViewport
1809 17763 IsHardwareContentProtectionEnabled
1809 17763 IsHardwareContentProtectionSupported
1903 18362 ViewConfiguration

プロパティ

CanOverrideViewport

表示でビューポートの四角形のオーバーライドがサポートされているかどうかを取得します。

Display

この HolographicCamera で表される表示に関するメタデータを取得します。

Id

HolographicCamera の一意識別子を取得します。

IsHardwareContentProtectionEnabled

この HolographicCamera がプライマリ レイヤーのハードウェアで保護されたバック バッファーを生成するかどうかを取得または設定します。

IsHardwareContentProtectionSupported

この HolographicCamera でハードウェア コンテンツ保護がサポートされているかどうかを取得します。

IsPrimaryLayerEnabled

このカメラで、アプリによって入力されたプライマリ バック バッファーを表示するかどうかを取得または設定します。

IsStereo

現在のディスプレイがモノラルではなくステレオかどうかを取得します。

LeftViewportParameters

表示の左目ビューポートに関連するレンダリング パラメーターを取得します。

MaxQuadLayerCount

現在のシステムでサポートされているクワッド レイヤーの最大数を取得します。

QuadLayers

このカメラのプライマリ バック バッファーの上に表示するクワッド レイヤーの変更可能なリストを取得します。

RenderTargetSize

このカメラに割り当てられたバック バッファーのサイズをピクセル単位で取得します。

RightViewportParameters

表示の右目ビューポートに関連するレンダリング パラメーターを取得します。

ViewConfiguration

この HolographicCamera でレンダリングが提供される HolographicViewConfiguration を取得します。

ViewportScaleFactor

既定のビューポート サイズに適用するスケール ファクターを取得または設定します。

メソッド

SetFarPlaneDistance(Double)

ビュー空間の原点からビュー視錐台の遠方平面までの距離を z 軸に沿って設定します。

SetNearPlaneDistance(Double)

ビュー空間の原点から視錐台の近くの平面までの距離を z 軸に沿って設定します。

適用対象

こちらもご覧ください