How to get pose information for a headset

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!

1 Like

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.