OpenXR Coordinate System Axis Directions

I am confused about the directions of axes in OpenXR’s coordinate system, specifically how to interpret a Quaternionf struct. The OpenXR documentation states that “This API uses a Cartesian right-handed coordinate system,” but doesn’t the graphic next to it show a left-handed system? According to a physics class I took, the thumb goes up, index finger forward, and middle finger right/left. Is this different for computer graphics? Additionally, can someone please explain which direction each axis points? From the graphic, I assume +y is up, +x forward, and +z right. Thanks!

Can’t believe I missed this. In the reference space enum, the OpenXR docs specify axis directions: “+Y up, +X to the right, and -Z forward”

1 Like

That’s what the image at https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html#coordinate-system is trying to show. Is it not clear enough, would some more labels like “forward” be helpful?

image

1 Like

Yes, labels would have been helpful.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.