Home Forums Unity SDK Gaze position with Vive Pro Eye? Reply To: Gaze position with Vive Pro Eye?

#18449
Supriya Raul
Participant

I had similar requirement so as a workaround I place a mesh closely in front of the camera aligned with the user’s head movements. Then, I cast a ray using the gaze origin and gaze direction to find a point of interaction with the mesh in the world space. These world space coordinates are then transformed into normalized viewport space to get the desired gaze coordinates. Hope this helps!