|
Pico Native XR SDK
|
#include <PxrTypes.h>
Data Fields | |
| int32_t | leftEyePoseStatus |
| Bit field (pvrEyePoseStatus) indicating left eye pose status. More... | |
| int32_t | rightEyePoseStatus |
| Bit field (pvrEyePoseStatus) indicating right eye pose status. More... | |
| int32_t | combinedEyePoseStatus |
| Bit field (pvrEyePoseStatus) indicating combined eye pose status. More... | |
| float | leftEyeGazePoint [3] |
| Left Eye Gaze Point. More... | |
| float | rightEyeGazePoint [3] |
| Right Eye Gaze Point. More... | |
| float | combinedEyeGazePoint [3] |
| Combined Eye Gaze Point (HMD center-eye point) More... | |
| float | leftEyeGazeVector [3] |
| Left Eye Gaze Point. More... | |
| float | rightEyeGazeVector [3] |
| Right Eye Gaze Point. More... | |
| float | combinedEyeGazeVector [3] |
| Comnbined Eye Gaze Vector (HMD center-eye point) More... | |
| float | leftEyeOpenness |
| Left eye value between 0.0 and 1.0 where 1.0 means fully open and 0.0 closed. More... | |
| float | rightEyeOpenness |
| Right eye value between 0.0 and 1.0 where 1.0 means fully open and 0.0 closed. More... | |
| float | leftEyePupilDilation |
| Left eye value in millimeters indicating the pupil dilation. More... | |
| float | rightEyePupilDilation |
| Right eye value in millimeters indicating the pupil dilation. More... | |
| float | leftEyePositionGuide [3] |
| Position of the inner corner of the left eye in meters from the HMD center-eye coordinate system's origin. More... | |
| float | rightEyePositionGuide [3] |
| Position of the inner corner of the right eye in meters from the HMD center-eye coordinate system's origin. More... | |
| float | foveatedGazeDirection [3] |
| Position of the gaze direction in meters from the HMD center-eye coordinate system's origin. More... | |
| int32_t | foveatedGazeTrackingState |
| The current state of the foveatedGazeDirection signal. More... | |
| float combinedEyeGazePoint[3] |
Combined Eye Gaze Point (HMD center-eye point)
| float combinedEyeGazeVector[3] |
Comnbined Eye Gaze Vector (HMD center-eye point)
| int32_t combinedEyePoseStatus |
Bit field (pvrEyePoseStatus) indicating combined eye pose status.
| float foveatedGazeDirection[3] |
Position of the gaze direction in meters from the HMD center-eye coordinate system's origin.
| int32_t foveatedGazeTrackingState |
The current state of the foveatedGazeDirection signal.
| float leftEyeGazePoint[3] |
Left Eye Gaze Point.
| float leftEyeGazeVector[3] |
Left Eye Gaze Point.
| float leftEyeOpenness |
Left eye value between 0.0 and 1.0 where 1.0 means fully open and 0.0 closed.
| int32_t leftEyePoseStatus |
Bit field (pvrEyePoseStatus) indicating left eye pose status.
| float leftEyePositionGuide[3] |
Position of the inner corner of the left eye in meters from the HMD center-eye coordinate system's origin.
| float leftEyePupilDilation |
Left eye value in millimeters indicating the pupil dilation.
| float rightEyeGazePoint[3] |
Right Eye Gaze Point.
| float rightEyeGazeVector[3] |
Right Eye Gaze Point.
| float rightEyeOpenness |
Right eye value between 0.0 and 1.0 where 1.0 means fully open and 0.0 closed.
| int32_t rightEyePoseStatus |
Bit field (pvrEyePoseStatus) indicating right eye pose status.
| float rightEyePositionGuide[3] |
Position of the inner corner of the right eye in meters from the HMD center-eye coordinate system's origin.
| float rightEyePupilDilation |
Right eye value in millimeters indicating the pupil dilation.