Table of Contents

Enum VRMode

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

Specifies the different Virtual Reality (VR) projection modes supported for video playback. Not all modes may be supported by every component (e.g., specific video blocks, effects, or renderers).

public enum VRMode

Fields

Normal = 0

Standard video mode, where no VR projection is applied. The video is displayed as a flat 2D image.

Equirectangular = 1

Equirectangular projection mode, commonly used for 360-degree videos. The video is mapped onto a sphere, allowing the viewer to look around.

Cubemap = 2

Cubemap projection mode, where the 360-degree video is represented as six faces of a cube. This can offer better visual quality at the poles compared to equirectangular projection.