13 lines
954 B
XML
13 lines
954 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="OpenXRInterface" inherits="XRInterface" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
<brief_description>
|
|
Our OpenXR interface.
|
|
</brief_description>
|
|
<description>
|
|
The OpenXR interface allows Godot to interact with OpenXR runtimes and make it possible to create XR experiences and games.
|
|
Due to the needs of OpenXR this interface works slightly different then other plugin based XR interfaces. It needs to be initialised when Godot starts. You need to enable OpenXR, settings for this can be found in your games project settings under the XR heading. You do need to mark a viewport for use with XR in order for Godot to know which render result should be output to the headset.
|
|
</description>
|
|
<tutorials>
|
|
<link title="OpenXR documentation">$DOCS_URL/tutorials/vr/openxr/index.html</link>
|
|
</tutorials>
|
|
</class>
|