Table of Contents

Enum TrackingSpace

Namespace
Stride.VirtualReality
Assembly
Stride.VirtualReality.dll

Identifies which style of tracking origin the application wants to use for the poses it is requesting

public enum TrackingSpace

Fields

RawAndUncalibrated = 2

Poses are provided in the coordinate system defined by the driver. It has Y up and is unified for devices of the same driver. You usually don't want this one.

Seated = 0

Poses are provided relative to the seated zero pose

Standing = 1

Poses are provided relative to the safe bounds configured by the user