HolographicReprojectionMethod Enum

Definition

Enumeration defining how holograms are stabilized during reprojection.

public enum class HolographicReprojectionMethod
public enum HolographicReprojectionMethod
type HolographicReprojectionMethod = 
Public Enum HolographicReprojectionMethod
Inheritance
HolographicReprojectionMethod

Fields

Depth 0

Use the depth buffer.

NoReprojection -1

Turns any reprojection off.

OrientationOnly 3

Reprojection for an orientation-only experience.

PlanarFromDepth 1

Automatically-placed plane based on the depth buffer.

PlanarManual 2

Manually-placed plane.

Applies to