From b5425edca28b101a84b6449d91fd148cb5f3ac30 Mon Sep 17 00:00:00 2001 From: Sara Gerretsen Date: Tue, 7 Oct 2025 18:17:21 +0000 Subject: [PATCH] Update VR Controls Design --- VR-Controls-Design.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VR-Controls-Design.md b/VR-Controls-Design.md index c69671f..0230e48 100644 --- a/VR-Controls-Design.md +++ b/VR-Controls-Design.md @@ -1,7 +1,9 @@ # VR Controls Design - +In short, use [`XRNode3D`](https://docs.godotengine.org/en/stable/classes/class_xrnode3d.html) to connect XR to make controls. ## Further Reading +* [[https://docs.godotengine.org/en/stable/tutorials/xr/setting_up_xr.html#doc-setting-up-xr]] + * [[https://docs.godotengine.org/en/stable/tutorials/xr/deploying_to_android.html#doc-deploying-to-android]] \ No newline at end of file