HolographicReprojectionMode Enum

Definition

Represents the kind of reprojection an app is requesting to stabilize its holographic rendering relative to the user's head motion.

public enum class HolographicReprojectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class HolographicReprojectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum HolographicReprojectionMode
var value = Windows.Graphics.Holographic.HolographicReprojectionMode.positionAndOrientation
Public Enum HolographicReprojectionMode
Inheritance
HolographicReprojectionMode
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Disabled 2

The image should not be stabilized for the user's head motion, instead remaining fixed in the display. This is generally discouraged, as it is only comfortable for users when used sparingly, such as when the only visible content is a small cursor.

OrientationOnly 1

The image should be stabilized only for changes to both the user's head orientation, ignoring positional changes. This is best for body-locked content that should tag along with the user as they walk around, such as 360-degree video.

PositionAndOrientation 0

The image should be stabilized for changes to both the user's head position and orientation. This is best for world-locked content that should remain physically stationary as the user walks around.

Applies to