Enum ReferenceSpaceType
Supported XR tracked device form factors.
Namespace: Evergine.OpenXR
Assembly: Evergine.OpenXR.dll
Syntax
public enum ReferenceSpaceType
Fields
Name | Description |
---|---|
Local | The Local space establishes a world-locked origin. This space locks both its initial position and orientation, which the runtime may define to be either the initial position at application launch or some other calibrated zero position. |
Stage | The Stage reference space is a runtime-defined flat, rectangular space that is empty and can be walked on. |
Unbounded | The Unbounded space tracks to establish a world-scale coordinate system. |
View | The View space tracks the view origin used to generate view transforms for the primary viewer (or centroid of view origins if stereo). |