You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also made a minor change to the osgXR code to enable the XR_EXT_eye_gaze_interaction extension that is needed for this action as I couldn't find a way to enable extensions without doing so.
What am I missing ?
The text was updated successfully, but these errors were encountered:
I am having some problems to implement a osgXR action https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#XR_EXT_eye_gaze_interaction
I could not understand how I am supposed to go about implementing it, I tried something like:
and then tried to get the location with:
osgXR::ActionPose::Location location = action->getValue(subAction);
however, the location is always empty.
I also made a minor change to the osgXR code to enable the XR_EXT_eye_gaze_interaction extension that is needed for this action as I couldn't find a way to enable extensions without doing so.
What am I missing ?
The text was updated successfully, but these errors were encountered: