summaryrefslogtreecommitdiffstats
path: root/modules/webxr/webxr_interface_js.cpp
Commit message (Expand)AuthorAgeFilesLines
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-151-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-131-5/+22
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-4/+4
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-1/+1
* Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-291-5/+5
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
* Prevent fatal error in WebXR when 'immersize-ar' loses and regains trackingDavid Snopek2021-01-271-8/+18
* Support mono devices in WebXRDavid Snopek2021-01-251-3/+2
* Fix WebXR module.Fabio Alessandrelli2021-01-101-3/+3
* Add support for WebXRDavid Snopek2021-01-041-0/+451