summaryrefslogtreecommitdiffstats
path: root/scene/3d/xr_hand_modifier_3d.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add warning if XRHandModifier3D used with OpenXR and hand-tracking isn't ↵Malcolm Nixon2024-09-051-0/+12
| | | | enabled.
* Fix invalid `Skeleton3D` bone pose updatesFredia Huya-Kouadio2024-08-251-0/+5
| | | | The issue would cause log spams when trying to update the bone pose position or rotation with an invalid bone index.
* Store previous relative transforms in XRHandModifier3Ddevloglogan2024-04-301-0/+24
|
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-54/+55
| | | | drive node positions and visibility.
* Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PBSilc Lizard (Tokage) Renew2024-04-051-38/+8
|
* Modify the XRHandModifier3D to scale appropriately with ↵Malcolm Nixon2024-03-051-5/+10
| | | | Skeleton3D.motion_scale and XRServer.world_scale
* Provide generic interface for XR hand trackingDavid Snopek2024-02-231-0/+309