Table of Contents

Class D3D11VR360RendererSettings

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Class D3D11VR360RendererSettings.

public class D3D11VR360RendererSettings

Inheritance

Inherited Members

Properties

FOV

Gets or sets the fov (degrees).

public float FOV { get; set; }

Property Value

float

Mode

Gets or sets the VR projection mode.

public VRMode Mode { get; set; }

Property Value

VRMode

Pitch

Gets or sets the pitch (degrees).

public float Pitch { get; set; }

Property Value

float

Roll

Gets or sets the roll (degrees).

public float Roll { get; set; }

Property Value

float

Yaw

Gets or sets the yaw (degrees).

public float Yaw { get; set; }

Property Value

float