From a78a9fee7194297fca8867b4983deb4da0ba18c2 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Tue, 14 Dec 2021 12:44:12 +1100 Subject: Implementing OpenXR driver --- doc/classes/ProjectSettings.xml | 19 +++++++++++++++++-- doc/classes/XRController3D.xml | 6 ------ doc/classes/XRPositionalTracker.xml | 3 --- 3 files changed, 17 insertions(+), 11 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index da35b3260e..a3810bb575 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1915,8 +1915,23 @@ - - If [code]true[/code], XR support is enabled in Godot, this ensures required shaders are compiled. + + Action map configuration to load by default. + + + If [code]true[/code] Godot will setup and initialise OpenXR on startup. + + + Specify whether OpenXR should be configured for an HMD or a hand held device. + + + Specify the default reference space. + + + Specify the view configuration with which to configure OpenXR settting up either Mono or Stereo rendering. + + + If [code]true[/code], Godot will compile shaders required for XR. diff --git a/doc/classes/XRController3D.xml b/doc/classes/XRController3D.xml index a77f8cf9ca..deea888b8f 100644 --- a/doc/classes/XRController3D.xml +++ b/doc/classes/XRController3D.xml @@ -41,12 +41,6 @@ - - - The degree to which the controller vibrates. Ranges from [code]0.0[/code] to [code]1.0[/code] with precision [code].01[/code]. If changed, updates [member XRPositionalTracker.rumble] accordingly. - This is a useful property to animate if you want the controller to vibrate for a limited duration. - - diff --git a/doc/classes/XRPositionalTracker.xml b/doc/classes/XRPositionalTracker.xml index c544ef3cfa..da378759d8 100644 --- a/doc/classes/XRPositionalTracker.xml +++ b/doc/classes/XRPositionalTracker.xml @@ -72,9 +72,6 @@ - [code]left_hand[/code] identifies the controller held in the players left hand - [code]right_hand[/code] identifies the controller held in the players right hand - - The degree to which the tracker rumbles. Ranges from [code]0.0[/code] to [code]1.0[/code] with precision [code].01[/code]. - The type of tracker. -- cgit v1.2.3