PoseMode Enum

Definition

The pose mode used for rendering.

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

Fields

Local 0

Client operates in local pose space which uses the latest available pose for rendering.

Passthrough 2

Client operates in remote pose space which uses the remote pose of the latest received remote frame for rendering. Content will not be reprojected and instead stay in remote pose space.

Remote 1

Client operates in remote pose space which uses the remote pose of the latest received remote frame for rendering.

Applies to

See also