summaryrefslogtreecommitdiff
path: root/modules/webxr/webxr_interface_js.h
AgeCommit message (Expand)Author
2022-09-19Get WebXR minimally working again in Godot 4David Snopek
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-01-26Improve XRInterface hooks into renderingBastiaan Olij
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-17Rework XR positional trackersBastiaan Olij
2021-09-21Change to using doubles in XR classesBastiaan Olij
2021-08-26Adding GDExtension support to XRInterfaceBastiaan Olij
2021-07-17Re-enable building WebXR in GitHub ActionsDavid Snopek
2021-07-15[HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli
2021-06-13Add stereoscopic rendering through multiviewBastiaan Olij
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-03-29Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij
2021-01-27Prevent fatal error in WebXR when 'immersize-ar' loses and regains trackingDavid Snopek
2021-01-04Add support for WebXRDavid Snopek