![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Enumerations | |
| enum | FoveationLevel { NoFoveation = 0 , LowFoveation = 1 , MediumFoveation = 2 , HighFoveation = 3 } |
| enum class | ReferenceSpace { ReferenceSpaceUnknown , ReferenceSpaceLocal , ReferenceSpaceStage , ReferenceSpaceLocalFloor } |
| enum | Hand : quint8 { LeftHand = 0 , RightHand = 1 , Unknown = 2 } |
| enum class | HandPoseSpace { GripPose , AimPose , PinchPose , PokePose } |
| enum class | XrSpaceId : quint64 { Invalid = 0 } |
Functions | |
| QtQuick3DXr::Hand | handForController (QQuick3DXrController::Controller controller) |
| QtQuick3DXr::HandPoseSpace | pose_cast (QQuick3DXrController::HandPoseSpace poseSpace) |
| template<typename XrSpaceT> | |
| XrSpaceT | fromXrSpaceId (XrSpaceId space) |
| template<typename XrSpaceT> | |
| XrSpaceId | toXrSpaceId (XrSpaceT space) |
| template<size_t N = 16> | |
| bool | isNullUuid (const quint8(&uuid)[N]) |
| Enumerator | |
|---|---|
| NoFoveation | |
| LowFoveation | |
| MediumFoveation | |
| HighFoveation | |
Definition at line 28 of file qtquick3dxrglobal_p.h.
| enum QtQuick3DXr::Hand : quint8 |
| Enumerator | |
|---|---|
| LeftHand | |
| RightHand | |
| Unknown | |
Definition at line 43 of file qtquick3dxrglobal_p.h.
|
strong |
| Enumerator | |
|---|---|
| GripPose | |
| AimPose | |
| PinchPose | |
| PokePose | |
Definition at line 49 of file qtquick3dxrglobal_p.h.
|
strong |
| Enumerator | |
|---|---|
| ReferenceSpaceUnknown | |
| ReferenceSpaceLocal | |
| ReferenceSpaceStage | |
| ReferenceSpaceLocalFloor | |
Definition at line 36 of file qtquick3dxrglobal_p.h.
|
strong |
| Enumerator | |
|---|---|
| Invalid | |
Definition at line 56 of file qtquick3dxrglobal_p.h.
| XrSpaceT QtQuick3DXr::fromXrSpaceId | ( | XrSpaceId | space | ) |
Definition at line 59 of file qtquick3dxrglobal_p.h.
| QtQuick3DXr::Hand QtQuick3DXr::handForController | ( | QQuick3DXrController::Controller | controller | ) |
Definition at line 184 of file qquick3dxrcontroller.cpp.
|
nodiscard |
Definition at line 76 of file qtquick3dxrglobal_p.h.
| QtQuick3DXr::HandPoseSpace QtQuick3DXr::pose_cast | ( | QQuick3DXrController::HandPoseSpace | poseSpace | ) |
Definition at line 197 of file qquick3dxrcontroller.cpp.
| XrSpaceId QtQuick3DXr::toXrSpaceId | ( | XrSpaceT | space | ) |
Definition at line 69 of file qtquick3dxrglobal_p.h.