Table of Contents

Interface IGPUVideoEffectVR360Base

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

VR 360 base effect interface.

public interface IGPUVideoEffectVR360Base : IGPUVideoEffect

Implements

Properties

Fov

Gets or sets fov.

float Fov { get; set; }

Property Value

float

Pitch

Gets or sets pitch.

float Pitch { get; set; }

Property Value

float

Roll

Gets or sets roll.

float Roll { get; set; }

Property Value

float

Yaw

Gets or sets yaw.

float Yaw { get; set; }

Property Value

float