From 10bc462086649dd7b5a768cb3588ef1328d27436 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Thu, 17 Jul 2025 20:48:44 -0400 Subject: [PATCH] Add the render models extension to the OpenXR settings page --- tutorials/xr/openxr_settings.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutorials/xr/openxr_settings.rst b/tutorials/xr/openxr_settings.rst index 80a851cb836..79af0c2eb0e 100644 --- a/tutorials/xr/openxr_settings.rst +++ b/tutorials/xr/openxr_settings.rst @@ -299,6 +299,13 @@ and set its ``pose`` property to ``eye_pose``. Now you can add things to this controller node such as a raycast, and control things with your eyes. +Render Models +~~~~~~~~~~~~~ + +This extension is used to query the XR runtime for 3D assets of the hardware being +used, usually a controller, as well as the position of that hardware. You can find a +detailed guide on how to use it :ref:`here `. + Binding Modifiers -----------------