|
Blender
V2.93
|
#include "DNA_view3d_types.h"Go to the source code of this file.
Classes | |
| struct | XrSessionSettings |
Typedefs | |
| typedef struct XrSessionSettings | XrSessionSettings |
| typedef enum eXrSessionFlag | eXrSessionFlag |
| typedef enum eXRSessionBasePoseType | eXRSessionBasePoseType |
Enumerations | |
| enum | eXrSessionFlag { XR_SESSION_USE_POSITION_TRACKING = (1 << 0) } |
| enum | eXRSessionBasePoseType { XR_BASE_POSE_SCENE_CAMERA = 0 , XR_BASE_POSE_OBJECT = 1 , XR_BASE_POSE_CUSTOM = 2 } |
| typedef enum eXRSessionBasePoseType eXRSessionBasePoseType |
| typedef enum eXrSessionFlag eXrSessionFlag |
| typedef struct XrSessionSettings XrSessionSettings |
| Enumerator | |
|---|---|
| XR_BASE_POSE_SCENE_CAMERA | |
| XR_BASE_POSE_OBJECT | |
| XR_BASE_POSE_CUSTOM | |
Definition at line 55 of file DNA_xr_types.h.
| enum eXrSessionFlag |
| Enumerator | |
|---|---|
| XR_SESSION_USE_POSITION_TRACKING | |
Definition at line 51 of file DNA_xr_types.h.