TrackingSpace Enum
Namespace: Stride.VirtualRealityAssembly: Stride.VirtualReality.dll
Identifies which style of tracking origin the application wants to use for the poses it is requesting
public enum TrackingSpace
Fields
Name | Description |
---|---|
RawAndUncalibrated | 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 | Poses are provided relative to the seated zero pose |
Standing | Poses are provided relative to the safe bounds configured by the user |