Update VR Controls Design

Sara Gerretsen 2025-10-07 19:36:57 +00:00
parent 1ed9639390
commit b77fa8ff2a

@ -3,7 +3,7 @@
In short, set the centrepoint of the scene with
[`XROrigin3D`](https://docs.godotengine.org/en/stable/classes/class_xrorigin3d.html#class-xrorigin3d),
with a **child** [`XRCamera3D`](https://docs.godotengine.org/en/stable/classes/class_xrcamera3d.html#class-xrcamera3d) to enable vision, and two
[`XRController3D`](https://docs.godotengine.org/en/stable/classes/class_xrcontroller3d.html#class-xrcontroller3d)
[`XRController3D`](https://docs.godotengine.org/en/stable/classes/class_xrcontroller3d.html#class-xrcontroller3d) (one for each hand)
use [`XRNode3D`](https://docs.godotengine.org/en/stable/classes/class_xrnode3d.html) to connect XR to make controls.
## Further Reading