Say I need headset pose information (position & orientation) elsewhere in the application.
How to do that?
Kind Regards
Say I need headset pose information (position & orientation) elsewhere in the application.
How to do that?
Kind Regards
That’s what the XR_REFERENCE_SPACE_VIEW
is for. Create an XrSpace
for that with xrCreateReferenceSpace
.
Hope this helps!
Hello Ryan,
Thanks again.
So I can have multiple XrSpace instances in one program/different threads?
Kind Regards
Yes, you can have as many XrSpace handles as you like.