summaryrefslogtreecommitdiffstats
path: root/modules/openxr/doc_classes
Commit message (Collapse)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-1/+1
|
* OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and ↵David Snopek2024-11-051-0/+15
| | | | `_on_post_draw_viewport()`
* OpenXR: change bindings to 'flatten' source pathsBastiaan Olij2024-10-221-7/+11
|
* OpenXR: Allow extending Android surface swapchain creation from GDExtensionDavid Snopek2024-09-201-0/+9
|
* OpenXR: Support composition layers based on Android surfacesDavid Snopek2024-09-111-0/+15
|
* Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-271-0/+29
|
* OpenXR: Add support for visibility maskBastiaan Olij2024-08-201-0/+12
|
* Fix several typos in the documentationHaoyu Qiu2024-08-021-1/+1
|
* OpenXR: Fix updating swapchain for foveationBastiaan Olij2024-05-201-0/+6
|
* Merge pull request #91485 from dsnopek/openxr-composition-layers-hole-punchRémi Verschelde2024-05-071-0/+4
|\ | | | | | | OpenXR: Allow composition layers to enable hole punching
| * OpenXR: Allow composition layers to enable hole punchingDavid Snopek2024-05-071-0/+4
| |
* | Improvements to VRS/Foveated renderingBastiaan Olij2024-05-031-0/+8
| |
* | Add support for OpenXR hand interaction extensionBastiaan Olij2024-05-021-0/+7
| |
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-012-1/+17
|/
* Merge pull request #90645 from Malcolmnixon/unified-xr-trackersRémi Verschelde2024-04-221-7/+7
|\ | | | | | | Rework XR Trackers to have a common ancestor
| * Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-7/+7
| | | | | | | | drive node positions and visibility.
* | Merge pull request #90761 from dsnopek/openxr-composition-layers-experimentalRémi Verschelde2024-04-184-4/+4
|\ \ | |/ |/| | | Mark `OpenXRCompositionLayer` and its children as experimental
| * Mark `OpenXRCompositionLayer` and its children as experimentalDavid Snopek2024-04-164-4/+4
| |
* | Revert `OpenXRHand` to its pre-`SkeletonModifier3D` stateDavid Snopek2024-04-161-2/+5
|/
* Merge pull request #90374 from BastiaanOlij/openxr_refresh_rate_signalRémi Verschelde2024-04-081-0/+7
|\ | | | | | | OpenXR: Add refresh rate signal support
| * OpenXR: Add refresh rate signal supportBastiaan Olij2024-04-081-0/+7
| |
* | Merge pull request #90286 from dsnopek/openxr-composition-layers-intersects-rayRémi Verschelde2024-04-081-0/+9
|\ \ | | | | | | | | | Add `intersects_ray()` method to `OpenXRCompositionLayer`
| * | Add `intersects_ray()` method to `OpenXRCompositionLayer`David Snopek2024-04-061-0/+9
| |/
* | Merge pull request #90237 from ↵Rémi Verschelde2024-04-081-0/+31
|\ \ | |/ |/| | | | | | | dsnopek/openxr-composition-layers-extension-properties Allow OpenXR extensions to add properties to the OpenXRCompositionLayer node
| * Allow OpenXR extensions to add properties to the OpenXRCompositionLayer nodeDavid Snopek2024-04-051-0/+31
| |
* | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-5/+2
|/
* Add support for OpenXR composition layersDavid Snopek2024-04-044-0/+103
| | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* OpenXR: Allow GDExtensions to provide multiple, ordered composition layersDavid Snopek2024-03-131-1/+18
| | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
|
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
|
* Provide generic interface for XR hand trackingDavid Snopek2024-02-232-8/+8
|
* expose OpenXR hand tracker handlesLogan Lang2024-02-191-0/+7
|
* Merge pull request #88311 from devloglogan/xr-suggested-tracker-namesRémi Verschelde2024-02-141-0/+6
|\ | | | | | | Enable getting suggested tracker names from OpenXR extensions
| * enable getting suggested tracker names from OpenXR extensionsLogan Lang2024-02-131-0/+6
| |
* | Fix type-o in `OpenXRAPIExtension` docs for ↵David Snopek2024-02-131-1/+1
|/ | | | `is_environment_blend_mode_alpha_supported()`
* OpenXR: Allow moving vendor passthrough extensions to GDExtensionDavid Snopek2024-02-032-0/+44
|
* OpenXR: Make it possible to implement vendor extensions to hand tracking ↵David Snopek2024-01-251-0/+8
| | | | from GDExtension
* Add bone update option to OpenXRHand to allow preserving original hand scale.Malcolm Nixon2024-01-151-0/+13
| | | | This is useful if the hand model is not weighted to support re-scaling to the users hands; or the hand is scaled to non-human sizes.
* OpenXR: Add support for hand tracking source extensionBastiaan Olij2024-01-101-0/+22
|
* Add ability to drive full-body avatars using OpenXRHandMalcolm Nixon2024-01-071-2/+16
| | | | | | | | This PR allows the OpenXRHand to drive: - OpenXR rigged hand skeletons located under the OpenXRHand node - Godot Humanoid rigged hand skeletons located under the OpenXRHand node - OpenXR rigged avatar skeletons located separately in the scene-tree - Godot Humanoid avatar skeletons located separately in the scene-tree
* Add 3D MSAA and scaling support to GLES3Bastiaan Olij2023-12-051-0/+2
|
* Fix various typos with codespellRémi Verschelde2023-10-061-4/+4
| | | | Using 2.2.7.dev5+g2af65969.
* OpenXR - add access to hand joint validity flagsBastiaan Olij2023-10-051-0/+36
|
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-0/+7
| | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* Implement OpenXR Foveated rendering supportBastiaan Olij2023-09-251-0/+13
|
* Expose OpenXR raw hand tracking dataBastiaan Olij2023-09-071-0/+153
|
* Change to new PICO interaction profilesBastiaan Olij2023-08-301-0/+8
|
* Ensure OpenXR classes are declared properlyA Thousand Ships2023-08-284-1/+328
| | | | Co-authored-by: Bastiaan Olij <mux213@gmail.com>
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-067-7/+7
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-057-7/+7
| | | | Keep on waitin'