class_xrinterface.rst 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.1/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.1/doc/classes/XRInterface.xml.
  6. .. _class_XRInterface:
  7. XRInterface
  8. ===========
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`MobileVRInterface<class_MobileVRInterface>`, :ref:`OpenXRInterface<class_OpenXRInterface>`, :ref:`WebXRInterface<class_WebXRInterface>`, :ref:`XRInterfaceExtension<class_XRInterfaceExtension>`
  11. Base class for an XR interface implementation.
  12. .. rst-class:: classref-introduction-group
  13. Description
  14. -----------
  15. This class needs to be implemented to make an AR or VR platform available to Godot and these should be implemented as C++ modules or GDExtension modules. Part of the interface is exposed to GDScript so you can detect, enable and configure an AR or VR platform.
  16. Interfaces should be written in such a way that simply enabling them will give us a working setup. You can query the available interfaces through :ref:`XRServer<class_XRServer>`.
  17. .. rst-class:: classref-introduction-group
  18. Tutorials
  19. ---------
  20. - :doc:`XR documentation index <../tutorials/xr/index>`
  21. .. rst-class:: classref-reftable-group
  22. Properties
  23. ----------
  24. .. table::
  25. :widths: auto
  26. +----------------------------------------------------+--------------------------------------------------------------------------------------------------+-----------+
  27. | :ref:`bool<class_bool>` | :ref:`ar_is_anchor_detection_enabled<class_XRInterface_property_ar_is_anchor_detection_enabled>` | ``false`` |
  28. +----------------------------------------------------+--------------------------------------------------------------------------------------------------+-----------+
  29. | :ref:`bool<class_bool>` | :ref:`interface_is_primary<class_XRInterface_property_interface_is_primary>` | ``false`` |
  30. +----------------------------------------------------+--------------------------------------------------------------------------------------------------+-----------+
  31. | :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` | :ref:`xr_play_area_mode<class_XRInterface_property_xr_play_area_mode>` | ``0`` |
  32. +----------------------------------------------------+--------------------------------------------------------------------------------------------------+-----------+
  33. .. rst-class:: classref-reftable-group
  34. Methods
  35. -------
  36. .. table::
  37. :widths: auto
  38. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  39. | :ref:`int<class_int>` | :ref:`get_camera_feed_id<class_XRInterface_method_get_camera_feed_id>` **(** **)** |
  40. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  41. | :ref:`int<class_int>` | :ref:`get_capabilities<class_XRInterface_method_get_capabilities>` **(** **)** |const| |
  42. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`StringName<class_StringName>` | :ref:`get_name<class_XRInterface_method_get_name>` **(** **)** |const| |
  44. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`PackedVector3Array<class_PackedVector3Array>` | :ref:`get_play_area<class_XRInterface_method_get_play_area>` **(** **)** |const| |
  46. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  47. | :ref:`Projection<class_Projection>` | :ref:`get_projection_for_view<class_XRInterface_method_get_projection_for_view>` **(** :ref:`int<class_int>` view, :ref:`float<class_float>` aspect, :ref:`float<class_float>` near, :ref:`float<class_float>` far **)** |
  48. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | :ref:`Vector2<class_Vector2>` | :ref:`get_render_target_size<class_XRInterface_method_get_render_target_size>` **(** **)** |
  50. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`Array<class_Array>` | :ref:`get_supported_environment_blend_modes<class_XRInterface_method_get_supported_environment_blend_modes>` **(** **)** |
  52. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`Dictionary<class_Dictionary>` | :ref:`get_system_info<class_XRInterface_method_get_system_info>` **(** **)** |
  54. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` | :ref:`get_tracking_status<class_XRInterface_method_get_tracking_status>` **(** **)** |const| |
  56. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | :ref:`Transform3D<class_Transform3D>` | :ref:`get_transform_for_view<class_XRInterface_method_get_transform_for_view>` **(** :ref:`int<class_int>` view, :ref:`Transform3D<class_Transform3D>` cam_transform **)** |
  58. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | :ref:`int<class_int>` | :ref:`get_view_count<class_XRInterface_method_get_view_count>` **(** **)** |
  60. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | :ref:`bool<class_bool>` | :ref:`initialize<class_XRInterface_method_initialize>` **(** **)** |
  62. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`bool<class_bool>` | :ref:`is_initialized<class_XRInterface_method_is_initialized>` **(** **)** |const| |
  64. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`bool<class_bool>` | :ref:`is_passthrough_enabled<class_XRInterface_method_is_passthrough_enabled>` **(** **)** |
  66. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`bool<class_bool>` | :ref:`is_passthrough_supported<class_XRInterface_method_is_passthrough_supported>` **(** **)** |
  68. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  69. | :ref:`bool<class_bool>` | :ref:`set_environment_blend_mode<class_XRInterface_method_set_environment_blend_mode>` **(** :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>` mode **)** |
  70. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  71. | :ref:`bool<class_bool>` | :ref:`set_play_area_mode<class_XRInterface_method_set_play_area_mode>` **(** :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` mode **)** |
  72. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`bool<class_bool>` | :ref:`start_passthrough<class_XRInterface_method_start_passthrough>` **(** **)** |
  74. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | void | :ref:`stop_passthrough<class_XRInterface_method_stop_passthrough>` **(** **)** |
  76. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`bool<class_bool>` | :ref:`supports_play_area_mode<class_XRInterface_method_supports_play_area_mode>` **(** :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` mode **)** |
  78. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | void | :ref:`trigger_haptic_pulse<class_XRInterface_method_trigger_haptic_pulse>` **(** :ref:`String<class_String>` action_name, :ref:`StringName<class_StringName>` tracker_name, :ref:`float<class_float>` frequency, :ref:`float<class_float>` amplitude, :ref:`float<class_float>` duration_sec, :ref:`float<class_float>` delay_sec **)** |
  80. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | void | :ref:`uninitialize<class_XRInterface_method_uninitialize>` **(** **)** |
  82. +--------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  83. .. rst-class:: classref-section-separator
  84. ----
  85. .. rst-class:: classref-descriptions-group
  86. Signals
  87. -------
  88. .. _class_XRInterface_signal_play_area_changed:
  89. .. rst-class:: classref-signal
  90. **play_area_changed** **(** :ref:`int<class_int>` mode **)**
  91. Emitted when the play area is changed. This can be a result of the player resetting the boundary or entering a new play area, the player changing the play area mode, the world scale changing or the player resetting their headset orientation.
  92. .. rst-class:: classref-section-separator
  93. ----
  94. .. rst-class:: classref-descriptions-group
  95. Enumerations
  96. ------------
  97. .. _enum_XRInterface_Capabilities:
  98. .. rst-class:: classref-enumeration
  99. enum **Capabilities**:
  100. .. _class_XRInterface_constant_XR_NONE:
  101. .. rst-class:: classref-enumeration-constant
  102. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_NONE** = ``0``
  103. No XR capabilities.
  104. .. _class_XRInterface_constant_XR_MONO:
  105. .. rst-class:: classref-enumeration-constant
  106. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_MONO** = ``1``
  107. This interface can work with normal rendering output (non-HMD based AR).
  108. .. _class_XRInterface_constant_XR_STEREO:
  109. .. rst-class:: classref-enumeration-constant
  110. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_STEREO** = ``2``
  111. This interface supports stereoscopic rendering.
  112. .. _class_XRInterface_constant_XR_QUAD:
  113. .. rst-class:: classref-enumeration-constant
  114. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_QUAD** = ``4``
  115. This interface supports quad rendering (not yet supported by Godot).
  116. .. _class_XRInterface_constant_XR_VR:
  117. .. rst-class:: classref-enumeration-constant
  118. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_VR** = ``8``
  119. This interface supports VR.
  120. .. _class_XRInterface_constant_XR_AR:
  121. .. rst-class:: classref-enumeration-constant
  122. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_AR** = ``16``
  123. This interface supports AR (video background and real world tracking).
  124. .. _class_XRInterface_constant_XR_EXTERNAL:
  125. .. rst-class:: classref-enumeration-constant
  126. :ref:`Capabilities<enum_XRInterface_Capabilities>` **XR_EXTERNAL** = ``32``
  127. This interface outputs to an external device. If the main viewport is used, the on screen output is an unmodified buffer of either the left or right eye (stretched if the viewport size is not changed to the same aspect ratio of :ref:`get_render_target_size<class_XRInterface_method_get_render_target_size>`). Using a separate viewport node frees up the main viewport for other purposes.
  128. .. rst-class:: classref-item-separator
  129. ----
  130. .. _enum_XRInterface_TrackingStatus:
  131. .. rst-class:: classref-enumeration
  132. enum **TrackingStatus**:
  133. .. _class_XRInterface_constant_XR_NORMAL_TRACKING:
  134. .. rst-class:: classref-enumeration-constant
  135. :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` **XR_NORMAL_TRACKING** = ``0``
  136. Tracking is behaving as expected.
  137. .. _class_XRInterface_constant_XR_EXCESSIVE_MOTION:
  138. .. rst-class:: classref-enumeration-constant
  139. :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` **XR_EXCESSIVE_MOTION** = ``1``
  140. Tracking is hindered by excessive motion (the player is moving faster than tracking can keep up).
  141. .. _class_XRInterface_constant_XR_INSUFFICIENT_FEATURES:
  142. .. rst-class:: classref-enumeration-constant
  143. :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` **XR_INSUFFICIENT_FEATURES** = ``2``
  144. Tracking is hindered by insufficient features, it's too dark (for camera-based tracking), player is blocked, etc.
  145. .. _class_XRInterface_constant_XR_UNKNOWN_TRACKING:
  146. .. rst-class:: classref-enumeration-constant
  147. :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` **XR_UNKNOWN_TRACKING** = ``3``
  148. We don't know the status of the tracking or this interface does not provide feedback.
  149. .. _class_XRInterface_constant_XR_NOT_TRACKING:
  150. .. rst-class:: classref-enumeration-constant
  151. :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` **XR_NOT_TRACKING** = ``4``
  152. Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.).
  153. .. rst-class:: classref-item-separator
  154. ----
  155. .. _enum_XRInterface_PlayAreaMode:
  156. .. rst-class:: classref-enumeration
  157. enum **PlayAreaMode**:
  158. .. _class_XRInterface_constant_XR_PLAY_AREA_UNKNOWN:
  159. .. rst-class:: classref-enumeration-constant
  160. :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **XR_PLAY_AREA_UNKNOWN** = ``0``
  161. Play area mode not set or not available.
  162. .. _class_XRInterface_constant_XR_PLAY_AREA_3DOF:
  163. .. rst-class:: classref-enumeration-constant
  164. :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **XR_PLAY_AREA_3DOF** = ``1``
  165. Play area only supports orientation tracking, no positional tracking, area will center around player.
  166. .. _class_XRInterface_constant_XR_PLAY_AREA_SITTING:
  167. .. rst-class:: classref-enumeration-constant
  168. :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **XR_PLAY_AREA_SITTING** = ``2``
  169. Player is in seated position, limited positional tracking, fixed guardian around player.
  170. .. _class_XRInterface_constant_XR_PLAY_AREA_ROOMSCALE:
  171. .. rst-class:: classref-enumeration-constant
  172. :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **XR_PLAY_AREA_ROOMSCALE** = ``3``
  173. Player is free to move around, full positional tracking.
  174. .. _class_XRInterface_constant_XR_PLAY_AREA_STAGE:
  175. .. rst-class:: classref-enumeration-constant
  176. :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **XR_PLAY_AREA_STAGE** = ``4``
  177. Same as :ref:`XR_PLAY_AREA_ROOMSCALE<class_XRInterface_constant_XR_PLAY_AREA_ROOMSCALE>` but origin point is fixed to the center of the physical space, :ref:`XRServer.center_on_hmd<class_XRServer_method_center_on_hmd>` disabled.
  178. .. rst-class:: classref-item-separator
  179. ----
  180. .. _enum_XRInterface_EnvironmentBlendMode:
  181. .. rst-class:: classref-enumeration
  182. enum **EnvironmentBlendMode**:
  183. .. _class_XRInterface_constant_XR_ENV_BLEND_MODE_OPAQUE:
  184. .. rst-class:: classref-enumeration-constant
  185. :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>` **XR_ENV_BLEND_MODE_OPAQUE** = ``0``
  186. Opaque blend mode. This is typically used for VR devices.
  187. .. _class_XRInterface_constant_XR_ENV_BLEND_MODE_ADDITIVE:
  188. .. rst-class:: classref-enumeration-constant
  189. :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>` **XR_ENV_BLEND_MODE_ADDITIVE** = ``1``
  190. Additive blend mode. This is typically used for AR devices or VR devices with passthrough.
  191. .. _class_XRInterface_constant_XR_ENV_BLEND_MODE_ALPHA_BLEND:
  192. .. rst-class:: classref-enumeration-constant
  193. :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>` **XR_ENV_BLEND_MODE_ALPHA_BLEND** = ``2``
  194. Alpha blend mode. This is typically used for AR or VR devices with passthrough capabilities. The alpha channel controls how much of the passthrough is visible. Alpha of 0.0 means the passthrough is visible and this pixel works in ADDITIVE mode. Alpha of 1.0 means that the passthrough is not visible and this pixel works in OPAQUE mode.
  195. .. rst-class:: classref-section-separator
  196. ----
  197. .. rst-class:: classref-descriptions-group
  198. Property Descriptions
  199. ---------------------
  200. .. _class_XRInterface_property_ar_is_anchor_detection_enabled:
  201. .. rst-class:: classref-property
  202. :ref:`bool<class_bool>` **ar_is_anchor_detection_enabled** = ``false``
  203. .. rst-class:: classref-property-setget
  204. - void **set_anchor_detection_is_enabled** **(** :ref:`bool<class_bool>` value **)**
  205. - :ref:`bool<class_bool>` **get_anchor_detection_is_enabled** **(** **)**
  206. On an AR interface, ``true`` if anchor detection is enabled.
  207. .. rst-class:: classref-item-separator
  208. ----
  209. .. _class_XRInterface_property_interface_is_primary:
  210. .. rst-class:: classref-property
  211. :ref:`bool<class_bool>` **interface_is_primary** = ``false``
  212. .. rst-class:: classref-property-setget
  213. - void **set_primary** **(** :ref:`bool<class_bool>` value **)**
  214. - :ref:`bool<class_bool>` **is_primary** **(** **)**
  215. ``true`` if this is the primary interface.
  216. .. rst-class:: classref-item-separator
  217. ----
  218. .. _class_XRInterface_property_xr_play_area_mode:
  219. .. rst-class:: classref-property
  220. :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **xr_play_area_mode** = ``0``
  221. .. rst-class:: classref-property-setget
  222. - :ref:`bool<class_bool>` **set_play_area_mode** **(** :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` mode **)**
  223. - :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` **get_play_area_mode** **(** **)**
  224. The play area mode for this interface.
  225. .. rst-class:: classref-section-separator
  226. ----
  227. .. rst-class:: classref-descriptions-group
  228. Method Descriptions
  229. -------------------
  230. .. _class_XRInterface_method_get_camera_feed_id:
  231. .. rst-class:: classref-method
  232. :ref:`int<class_int>` **get_camera_feed_id** **(** **)**
  233. If this is an AR interface that requires displaying a camera feed as the background, this method returns the feed ID in the :ref:`CameraServer<class_CameraServer>` for this interface.
  234. .. rst-class:: classref-item-separator
  235. ----
  236. .. _class_XRInterface_method_get_capabilities:
  237. .. rst-class:: classref-method
  238. :ref:`int<class_int>` **get_capabilities** **(** **)** |const|
  239. Returns a combination of :ref:`Capabilities<enum_XRInterface_Capabilities>` flags providing information about the capabilities of this interface.
  240. .. rst-class:: classref-item-separator
  241. ----
  242. .. _class_XRInterface_method_get_name:
  243. .. rst-class:: classref-method
  244. :ref:`StringName<class_StringName>` **get_name** **(** **)** |const|
  245. Returns the name of this interface (OpenXR, OpenVR, OpenHMD, ARKit, etc).
  246. .. rst-class:: classref-item-separator
  247. ----
  248. .. _class_XRInterface_method_get_play_area:
  249. .. rst-class:: classref-method
  250. :ref:`PackedVector3Array<class_PackedVector3Array>` **get_play_area** **(** **)** |const|
  251. Returns an array of vectors that denotes the physical play area mapped to the virtual space around the :ref:`XROrigin3D<class_XROrigin3D>` point. The points form a convex polygon that can be used to react to or visualize the play area. This returns an empty array if this feature is not supported or if the information is not yet available.
  252. .. rst-class:: classref-item-separator
  253. ----
  254. .. _class_XRInterface_method_get_projection_for_view:
  255. .. rst-class:: classref-method
  256. :ref:`Projection<class_Projection>` **get_projection_for_view** **(** :ref:`int<class_int>` view, :ref:`float<class_float>` aspect, :ref:`float<class_float>` near, :ref:`float<class_float>` far **)**
  257. Returns the projection matrix for a view/eye.
  258. .. rst-class:: classref-item-separator
  259. ----
  260. .. _class_XRInterface_method_get_render_target_size:
  261. .. rst-class:: classref-method
  262. :ref:`Vector2<class_Vector2>` **get_render_target_size** **(** **)**
  263. Returns the resolution at which we should render our intermediate results before things like lens distortion are applied by the VR platform.
  264. .. rst-class:: classref-item-separator
  265. ----
  266. .. _class_XRInterface_method_get_supported_environment_blend_modes:
  267. .. rst-class:: classref-method
  268. :ref:`Array<class_Array>` **get_supported_environment_blend_modes** **(** **)**
  269. Returns the an array of supported environment blend modes, see :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>`.
  270. .. rst-class:: classref-item-separator
  271. ----
  272. .. _class_XRInterface_method_get_system_info:
  273. .. rst-class:: classref-method
  274. :ref:`Dictionary<class_Dictionary>` **get_system_info** **(** **)**
  275. Returns a :ref:`Dictionary<class_Dictionary>` with extra system info. Interfaces are expected to return ``XRRuntimeName`` and ``XRRuntimeVersion`` providing info about the used XR runtime. Additional entries may be provided specific to an interface.
  276. \ **Note:**\ This information may only be available after :ref:`initialize<class_XRInterface_method_initialize>` was successfully called.
  277. .. rst-class:: classref-item-separator
  278. ----
  279. .. _class_XRInterface_method_get_tracking_status:
  280. .. rst-class:: classref-method
  281. :ref:`TrackingStatus<enum_XRInterface_TrackingStatus>` **get_tracking_status** **(** **)** |const|
  282. If supported, returns the status of our tracking. This will allow you to provide feedback to the user whether there are issues with positional tracking.
  283. .. rst-class:: classref-item-separator
  284. ----
  285. .. _class_XRInterface_method_get_transform_for_view:
  286. .. rst-class:: classref-method
  287. :ref:`Transform3D<class_Transform3D>` **get_transform_for_view** **(** :ref:`int<class_int>` view, :ref:`Transform3D<class_Transform3D>` cam_transform **)**
  288. Returns the transform for a view/eye.
  289. \ ``view`` is the view/eye index.
  290. \ ``cam_transform`` is the transform that maps device coordinates to scene coordinates, typically the :ref:`Node3D.global_transform<class_Node3D_property_global_transform>` of the current XROrigin3D.
  291. .. rst-class:: classref-item-separator
  292. ----
  293. .. _class_XRInterface_method_get_view_count:
  294. .. rst-class:: classref-method
  295. :ref:`int<class_int>` **get_view_count** **(** **)**
  296. Returns the number of views that need to be rendered for this device. 1 for Monoscopic, 2 for Stereoscopic.
  297. .. rst-class:: classref-item-separator
  298. ----
  299. .. _class_XRInterface_method_initialize:
  300. .. rst-class:: classref-method
  301. :ref:`bool<class_bool>` **initialize** **(** **)**
  302. Call this to initialize this interface. The first interface that is initialized is identified as the primary interface and it will be used for rendering output.
  303. After initializing the interface you want to use you then need to enable the AR/VR mode of a viewport and rendering should commence.
  304. \ **Note:** You must enable the XR mode on the main viewport for any device that uses the main output of Godot, such as for mobile VR.
  305. If you do this for a platform that handles its own output (such as OpenVR) Godot will show just one eye without distortion on screen. Alternatively, you can add a separate viewport node to your scene and enable AR/VR on that viewport. It will be used to output to the HMD, leaving you free to do anything you like in the main window, such as using a separate camera as a spectator camera or rendering something completely different.
  306. While currently not used, you can activate additional interfaces. You may wish to do this if you want to track controllers from other platforms. However, at this point in time only one interface can render to an HMD.
  307. .. rst-class:: classref-item-separator
  308. ----
  309. .. _class_XRInterface_method_is_initialized:
  310. .. rst-class:: classref-method
  311. :ref:`bool<class_bool>` **is_initialized** **(** **)** |const|
  312. Is ``true`` if this interface has been initialized.
  313. .. rst-class:: classref-item-separator
  314. ----
  315. .. _class_XRInterface_method_is_passthrough_enabled:
  316. .. rst-class:: classref-method
  317. :ref:`bool<class_bool>` **is_passthrough_enabled** **(** **)**
  318. Is ``true`` if passthrough is enabled.
  319. .. rst-class:: classref-item-separator
  320. ----
  321. .. _class_XRInterface_method_is_passthrough_supported:
  322. .. rst-class:: classref-method
  323. :ref:`bool<class_bool>` **is_passthrough_supported** **(** **)**
  324. Is ``true`` if this interface supports passthrough.
  325. .. rst-class:: classref-item-separator
  326. ----
  327. .. _class_XRInterface_method_set_environment_blend_mode:
  328. .. rst-class:: classref-method
  329. :ref:`bool<class_bool>` **set_environment_blend_mode** **(** :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>` mode **)**
  330. Sets the active environment blend mode.
  331. \ ``mode`` is the :ref:`EnvironmentBlendMode<enum_XRInterface_EnvironmentBlendMode>` starting with the next frame.
  332. \ **Note:** Not all runtimes support all environment blend modes, so it is important to check this at startup. For example:
  333. ::
  334. func _ready():
  335. var xr_interface: XRInterface = XRServer.find_interface("OpenXR")
  336. if xr_interface and xr_interface.is_initialized():
  337. var vp: Viewport = get_viewport()
  338. vp.use_xr = true
  339. var acceptable_modes = [ XRInterface.XR_ENV_BLEND_MODE_OPAQUE, XRInterface.XR_ENV_BLEND_MODE_ADDITIVE ]
  340. var modes = xr_interface.get_supported_environment_blend_modes()
  341. for mode in acceptable_modes:
  342. if mode in modes:
  343. xr_interface.set_environment_blend_mode(mode)
  344. break
  345. .. rst-class:: classref-item-separator
  346. ----
  347. .. _class_XRInterface_method_set_play_area_mode:
  348. .. rst-class:: classref-method
  349. :ref:`bool<class_bool>` **set_play_area_mode** **(** :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` mode **)**
  350. Sets the active play area mode, will return ``false`` if the mode can't be used with this interface.
  351. .. rst-class:: classref-item-separator
  352. ----
  353. .. _class_XRInterface_method_start_passthrough:
  354. .. rst-class:: classref-method
  355. :ref:`bool<class_bool>` **start_passthrough** **(** **)**
  356. Starts passthrough, will return ``false`` if passthrough couldn't be started.
  357. \ **Note:** The viewport used for XR must have a transparent background, otherwise passthrough may not properly render.
  358. .. rst-class:: classref-item-separator
  359. ----
  360. .. _class_XRInterface_method_stop_passthrough:
  361. .. rst-class:: classref-method
  362. void **stop_passthrough** **(** **)**
  363. Stops passthrough.
  364. .. rst-class:: classref-item-separator
  365. ----
  366. .. _class_XRInterface_method_supports_play_area_mode:
  367. .. rst-class:: classref-method
  368. :ref:`bool<class_bool>` **supports_play_area_mode** **(** :ref:`PlayAreaMode<enum_XRInterface_PlayAreaMode>` mode **)**
  369. Call this to find out if a given play area mode is supported by this interface.
  370. .. rst-class:: classref-item-separator
  371. ----
  372. .. _class_XRInterface_method_trigger_haptic_pulse:
  373. .. rst-class:: classref-method
  374. void **trigger_haptic_pulse** **(** :ref:`String<class_String>` action_name, :ref:`StringName<class_StringName>` tracker_name, :ref:`float<class_float>` frequency, :ref:`float<class_float>` amplitude, :ref:`float<class_float>` duration_sec, :ref:`float<class_float>` delay_sec **)**
  375. Triggers a haptic pulse on a device associated with this interface.
  376. \ ``action_name`` is the name of the action for this pulse.
  377. \ ``tracker_name`` is optional and can be used to direct the pulse to a specific device provided that device is bound to this haptic.
  378. .. rst-class:: classref-item-separator
  379. ----
  380. .. _class_XRInterface_method_uninitialize:
  381. .. rst-class:: classref-method
  382. void **uninitialize** **(** **)**
  383. Turns the interface off.
  384. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  385. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  386. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  387. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  388. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  389. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  390. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`